-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 938 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
{
"name": "react_project_dzdp1_my",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.13.8",
"es6-promise": "^4.1.1",
"koa-cors": "0.0.16",
"react": "^16.0.0",
"react-addons-pure-render-mixin": "^15.6.2",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.16",
"redux": "^3.7.2",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"redux-devtools-extension": "^2.13.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}