-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1000 Bytes
/
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
{
"name": "y",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.12.2",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"bluebird": "^3.5.0",
"express": "^4.15.4",
"fetch": "^1.1.0",
"file-loader": "^0.11.2",
"formidable": "^1.1.1",
"mongoose": "^4.11.9",
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-dom": "^15.6.1",
"react-responsive": "^1.3.4",
"react-router": "^4.1.2",
"react-router-dom": "^4.2.0",
"redux": "^3.7.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9"
}
}