-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "Chrome-12306",
"version": "2.1.0",
"description": "Chrome extension for 12306",
"keywords": [
"12306",
"chrome extension"
],
"scripts": {
"start": "webpack -w & nodemon --watch app --watch index.js index.js"
},
"dependencies": {
"async": "^2.6.0",
"baidu-aip-sdk": "^2.1.0",
"canvas": "^1.3.5",
"chalk": "^2.3.0",
"koa": "^2.4.1",
"koa-body": "^2.5.0",
"koa-router": "^7.3.0",
"moment": "^2.20.1",
"nodejieba": "^2.2.5",
"querystring": "^0.2.0",
"react": "^16.2.0",
"react-addons-shallow-compare": "^15.6.2",
"react-autocomplete": "^1.7.2",
"react-datepicker": "^1.0.4",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.11",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}
}