forked from fangyongbao/cubeex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.6 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": "cubeex",
"version": "1.1.5",
"description": "cubeex vue2.0 UI",
"main": "dist/js/cubeex.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --port 3001 --progress --profile --colors --watch --display-error-details --display-cached --config ./build/webpack.dev.config.js",
"build": "webpack --progress --profile --colors --display-error-details --display-cached --bail --config ./build/webpack.prod.config.js"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.14.0",
"babel-runtime": "^6.11.6",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.23.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.6",
"html-webpack-plugin": "^2.8.1",
"json-loader": "^0.5.4",
"node-sass": "^3.8.0",
"postcss-loader": "^0.11.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.4.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"fastclick": "^1.0.6",
"iscroll": "^4.2.5",
"jquery": "^3.1.0",
"keycode": "^2.1.8",
"photoswipe": "^4.1.1",
"vue": "^2.0.3",
"vue-resource": "^0.9.3",
"vue-router": "^2.0.1",
"vuex": "^2.1.2",
"vux-xscroll": "^3.1.8"
}
}