-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
51 lines (51 loc) · 1.58 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": "antd-visual-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.10.2",
"assets-webpack-plugin": "^3.5.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"html-webpack-plugin": "^2.28.0",
"lodash": "^4.17.4",
"rc-color-picker": "^1.1.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-drag-and-drop": "^2.4.0",
"react-get-element": "^0.9.0",
"react-native-listener": "^1.0.2",
"react-router": "^2.8.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.22.0",
"css-loader": "0.26.1",
"eslint": "^3.17.1",
"extract-text-webpack-plugin": "^v2.0.0-rc.1",
"file-loader": "^0.10.0",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.26.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "^2.2.1",
"webpack-cleanup-plugin": "^0.4.2",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"i": "npm install",
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors"
}
}