-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "quick_start",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mock": "nodemon ./mock/server.js",
"start": "webpack-dev-server --hot --inline --colors --progress --content-base --history-api-fallback --config webpack.development.js ",
"build": "webpack --colors --progress --config webpack.production.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.5.3",
"babel-plugin-import": "^1.1.0",
"babel-polyfill": "^6.20.0",
"ejs": "2.5.6",
"es6-promise": "^4.0.5",
"fetch": "^1.1.0",
"fs-extra": "^2.0.0",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"keymirror": "^0.1.1",
"morgan": "1.8.1",
"mysql": "^2.13.0",
"path-to-regexp": "0.1.7",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-immutablejs": "0.0.8",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"rotating-file-stream": "^1.2.2",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint-plugin-babel": "^4.0.0",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"imports-loader": "^0.6.5",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"react-hot-loader": "^3.0.0-beta.5",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}