-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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
52
{
"name": "vue-demo",
"version": "1.0.0",
"description": "use vue",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --open --config config/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config config/webpack.prod.config.js"
},
"dependencies": {
"lodash": "^4.17.4",
"vue": "^2.1.8"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.20.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.1.1",
"path": "^0.12.7",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.2",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"vue-hot-reload-api": "^2.0.7",
"vue-html-loader": "^1.0.0",
"vue-loader": "^10.0.2",
"vue-router": "^2.1.1",
"vue-template-compiler": "^2.1.8",
"vuex": "^2.1.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/H5DevHoward/Demo_Vue.git"
},
"author": "Howard",
"license": "ISC",
"bugs": {
"url": "https://github.com/H5DevHoward/Demo_Vue/issues"
},
"homepage": "https://github.com/H5DevHoward/Demo_Vue#readme"
}