-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.42 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
{
"name": "todoapp",
"description": "",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"body-parser": "~1.17.1",
"classnames": "^2.2.5",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"express": "4.13.4",
"express-session": "1.13.0",
"hjs": "~0.0.6",
"lodash.throttle": "^4.1.1",
"moment": "^2.20.1",
"mongoose": "^4.13.7",
"morgan": "~1.8.1",
"prop-types": "15.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-router": "^4.2.0",
"react-svg-loader": "^2.1.0",
"redux": "^3.7.2",
"scroll-to-element": "^2.0.0",
"serve-favicon": "~2.4.2",
"superagent": "^3.8.2",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
"file-loader": "^1.1.6",
"react-router-dom": "^4.2.2",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
},
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node app.js",
"build": "react-scripts build",
"test": "echo okay",
"eject": "react-scripts eject"
}
}