提交 | 用户 | age
|
2a61f6
|
1 |
{ |
L |
2 |
"name": "vue-admin-template", |
|
3 |
"version": "4.4.0", |
|
4 |
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", |
|
5 |
"author": "Pan <panfree23@gmail.com>", |
|
6 |
"scripts": { |
|
7 |
"dev": "vue-cli-service serve", |
|
8 |
"build:prod": "vue-cli-service build", |
|
9 |
"build:stage": "vue-cli-service build --mode staging", |
|
10 |
"preview": "node build/index.js --preview", |
|
11 |
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", |
|
12 |
"lint": "eslint --ext .js,.vue src", |
|
13 |
"test:unit": "jest --clearCache && vue-cli-service test:unit", |
|
14 |
"test:ci": "npm run lint && npm run test:unit" |
|
15 |
}, |
|
16 |
"dependencies": { |
|
17 |
"axios": "0.18.1", |
|
18 |
"core-js": "3.6.5", |
|
19 |
"element-ui": "2.13.2", |
|
20 |
"js-cookie": "2.2.0", |
|
21 |
"normalize.css": "7.0.0", |
|
22 |
"nprogress": "0.2.0", |
|
23 |
"path-to-regexp": "2.4.0", |
|
24 |
"vue": "2.6.10", |
|
25 |
"vue-router": "3.0.6", |
|
26 |
"vuex": "3.1.0", |
|
27 |
"wangeditor": "^3.1.1" |
|
28 |
}, |
|
29 |
"devDependencies": { |
|
30 |
"@vue/cli-plugin-babel": "4.4.4", |
|
31 |
"@vue/cli-plugin-eslint": "4.4.4", |
|
32 |
"@vue/cli-plugin-unit-jest": "4.4.4", |
|
33 |
"@vue/cli-service": "4.4.4", |
|
34 |
"@vue/test-utils": "1.0.0-beta.29", |
|
35 |
"autoprefixer": "9.5.1", |
|
36 |
"babel-eslint": "10.1.0", |
|
37 |
"babel-jest": "23.6.0", |
|
38 |
"babel-plugin-dynamic-import-node": "2.3.3", |
|
39 |
"chalk": "2.4.2", |
|
40 |
"connect": "3.6.6", |
|
41 |
"eslint": "6.7.2", |
|
42 |
"eslint-plugin-vue": "6.2.2", |
|
43 |
"html-webpack-plugin": "3.2.0", |
|
44 |
"mockjs": "1.0.1-beta3", |
|
45 |
"runjs": "4.3.2", |
|
46 |
"sass": "1.26.8", |
|
47 |
"sass-loader": "8.0.2", |
|
48 |
"script-ext-html-webpack-plugin": "2.1.3", |
|
49 |
"serve-static": "1.13.2", |
|
50 |
"svg-sprite-loader": "4.1.3", |
|
51 |
"svgo": "1.2.2", |
|
52 |
"vue-template-compiler": "2.6.10" |
|
53 |
}, |
|
54 |
"browserslist": [ |
|
55 |
"> 1%", |
|
56 |
"last 2 versions" |
|
57 |
], |
|
58 |
"engines": { |
|
59 |
"node": ">=8.9", |
|
60 |
"npm": ">= 3.0.0" |
|
61 |
}, |
|
62 |
"license": "MIT" |
|
63 |
} |