-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "wingit",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-lock": "^10.14.0",
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"foreman": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.2.1",
"jwt-decode": "^2.2.0",
"marked": "^0.3.6",
"mongoose": "^4.9.3",
"react": "^15.4.2",
"react-autocomplete": "^1.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0"
},
"devDependencies": {
"babel-loader": "^6.4.1",
"react": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-router": "^4.0.0",
"react-scripts": "0.9.5",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"scripts": {
"start": "react-scripts start",
"start-dev": "nf start -p 3000",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "Wingit is a MERN stack application that lets users share their travel experiences with one another!",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mwiley322/wingIt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mwiley322/wingIt/issues"
},
"homepage": "https://github.com/mwiley322/wingIt#readme"
}