-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.57 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": "antd-admin",
"version": "0.2.0",
"description": "React Ant.Design Admin UI",
"main": "index.js",
"scripts": {
"test": "mocha tests/.setup.js tests/**/*-test.js --compilers css:mocha-compiler.js",
"start": "node server"
},
"author": "youyifan",
"license": "WTFPL",
"dependencies": {
"antd": "^0.12.13",
"body-parser": "^1.15.0",
"chart.js": "^1.0.2",
"express": "^4.13.4",
"history": "^2.0.0",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-chartjs": "^0.7.3",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "^2.2.0",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"superagent": "^1.8.0-beta.2"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-antd": "^0.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"babel-runtime": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.0.0",
"file-loader": "^0.8.5",
"jsdom": "^8.0.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"mocha": "^2.4.5",
"react-addons-test-utils": "^0.14.7",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1"
}
}