-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "vue-spa-study",
"version": "0.0.1",
"description": "A study vue project!",
"main": "index.js",
"dependencies": {
"express": "^4.13.3",
"purecss": "^0.6.0",
"vue": "^1.0.14",
"vue-router": "^0.7.7",
"webpack-zepto": "0.0.1"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-runtime": "^5.8.0",
"css-loader": "^0.23.0",
"cssnext-loader": "^1.0.1",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"html-webpack-plugin": "^1.7.0",
"style-loader": "^0.13.0",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.2.0",
"vue-route": "^1.5.1",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-dev-server": "^1.14.0",
"webpack-hot-middleware": "^2.6.0"
},
"scripts": {
"build": "webpack --progress --profile --colors",
"dev": "webpack-dev-server --hot --inline --progress --colors",
"start": "node server.js"
},
"keywords": [
"vue",
"vue-router",
"webpack",
"gulp"
],
"author": "Julian"
}