forked from whalethen/whalethen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.73 KB
/
package.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "",
"version": "",
"description": "",
"main": "index.js",
"author": "",
"license": "",
"engines": {
"node": ">=6.4.0"
},
"scripts": {
"start": "node server/index.js",
"server-dev": "nodemon server/index.js",
"react-dev": "webpack -d --watch --hot"
},
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"live-server": "^1.2.0",
"lodash": "^4.17.4",
"moment": "^2.19.2",
"mongodb": "^2.2.33",
"mongoose": "^4.13.2",
"nodejs": "0.0.0",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-hot-loader": "^3.1.3",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"shortid": "^2.2.8",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.2",
"babel-loader": "^7.1.2",
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.7.2",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"webpack-dev-server": "^2.9.4"
},
"babel": {
"presets": [
"es2015"
]
},
"browser": {
"net": false,
"tls": false
}
}