forked from fengluo/qingcheng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "qingcheng",
"version": "0.0.1",
"description": "qingcheng is a front end theme for zerqu",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --inline --hot",
"build": "NODE_ENV=production webpack --optimize-dedupe --optimize-minimize --hide-modules"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"postcss": "^5.0.21",
"postcss-css-variables": "^0.5.1",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.3.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"vue": "^1.0.24",
"vue-router": "^0.7.6",
"word-color": "^1.1.0"
}
}