-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.82 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
60
61
62
63
64
65
66
67
{
"name": "Intel_SSD_Wechat",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha tests/.setup.js tests/**/*-test.js --compilers css:mocha-compiler.js",
"start": "node server"
},
"author": "linyan",
"license": "",
"dependencies": {
"antd": "^2.0.1",
"body-parser": "^1.15.0",
"chart.js": "^1.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.1",
"express": "*",
"express-partials": "^0.3.0",
"history": "^4.3.0",
"lodash": "^4.6.1",
"log4js": "^0.6.36",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"react": "^15.3.2",
"react-chartjs": "^0.8.0",
"react-dom": "^15.3.2",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"redux": "^3.3.1",
"redux-thunk": "^2.1.0",
"superagent": "^2.3.0",
"superagent-jsonp": "^0.1.1",
"ueditor": "^1.1.1",
"underscore": "^1.8.3",
"wechat": "^2.0.3",
"wechat-api": "^1.27.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-antd": "^0.5.1",
"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.25.0",
"enzyme": "^2.0.0",
"file-loader": "^0.9.0",
"jsdom": "^9.6.0",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"mocha": "^3.1.2",
"react-addons-test-utils": "^15.3.2",
"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"
}
}