-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "element-admin",
"description": "A Vue.js project",
"private": true,
"scripts": {
"dev": "webpack-dev-server -d --inline --hot --env.dev",
"build": "rimraf dist && webpack -p --hide-modules --output-public-path /element-admin/",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"axios": "^0.15.3",
"element-ui": "^1.1.2",
"vue": "^2.1.8",
"vue-router": "^2.1.1"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git@github.com:ElementUI/element-admin.git"
},
"homepage": "https://elementui.github.io/element-admin/",
"bugs": {
"url": "https://github.com/ElementUI/element-admin/issues"
},
"devDependencies": {
"buble-loader": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-elemefe": "^0.1.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-vue": "^1.0.0",
"extract-text-webpack-plugin": "beta",
"file-loader": "^0.9.0",
"gh-pages": "^0.12.0",
"html-webpack-plugin": "^2.24.1",
"postcss-loader": "^1.2.1",
"postcss-salad": "^1.0.8",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.8",
"webpack": "beta",
"webpack-dev-server": "beta"
}
}