-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "ice-village-program",
"version": "1.0.0",
"description": "a graduated system design maked by koa and react",
"main": "app.js",
"scripts": {
"test": "nodemon app.js",
"start": "node app.js"
},
"author": "Owen <[email protected]> (http://numerhero.github.io/)",
"license": "MIT",
"dependencies": {
"antd": "^3.4.1",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.11",
"echarts": "^4.0.4",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"mysql2": "^1.5.3",
"react": "^16.3.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"sequelize": "^4.37.6",
"style-loader": "^0.20.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.3",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}