-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "aiduobao-webapp",
"version": "1.0.0",
"description": "",
"main": "./ts/components/index.ts",
"scripts": {
"build": "webpack -p --config webpack.build.config.js --progress --colors --profile",
"dev": "node webpack.server.js",
"dev2": "webpack-dev-server --inline --hot --quiet",
"lint": "eslint src",
"build2": "webpacck -d"
},
"author": "cj",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.0",
"object-assign": "^4.0.1",
"rc-upload": "^1.11.0",
"react": "^0.14.3",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^0.14.3",
"react-redux": "^4.4.1",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.4",
"react-slick": "^0.12.2",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"redux-router": "^1.0.0-beta8",
"redux-thunk": "^2.0.1",
"superagent": "^2.0.0-alpha.3",
"superagent-bluebird-promise": "^3.0.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^0.9.1",
"html-webpack-plugin": "^2.14.0",
"jsx-loader": "^0.13.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"open": "0.0.5",
"react-hot-loader": "^1.3.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"typescript": "^2.1.4",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1",
"webpack-split-by-path": "^0.0.8"
}
}