-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
{
"name": "react-visualized-platform",
"version": "1.0.1",
"description": "react visualized",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --progress --colors",
"dev": "node server.js",
"dll": "webpack --config webpack.dll.config.js --progress"
},
"author": "yanming",
"dependencies": {
"antd": "^2.8.0",
"babel-plugin-import": "^1.1.1",
"classnames": "^2.2.5",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^1.0.1",
"leancloud-storage": "^2.1.3",
"react-router": "^2.8.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-3": "^6.22.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"happypack": "^3.0.3",
"html-webpack-plugin": "^2.24.1",
"jsx-loader": "^0.13.2",
"node-sass": "^3.8.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^2.0.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
}
}