forked from labnize/vue-vuex-router-element-webpack
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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-vuex-router-element-webpack",
"version": "0.0.1",
"description": "",
"main": "main.js",
"dependencies": {},
"scripts": {
"start": "node build/dev-server.js",
"build": "webpack --config build/webpack.dist.config.js --progress --hide-modules"
},
"keywords": [
"vue",
"vue-router",
"vuex",
"webpack"
],
"author": "July",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-component": "^0.10.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.5",
"element-ui": "^1.4.3",
"eslint": "4.3",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "3.12.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"normalize.css": "^7.0.0",
"open": "0.0.5",
"postcss-loader": "^2.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.4.0",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1"
}
}