53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "vue-admin-template",
|
|
"version": "3.8.0",
|
|
"license": "MIT",
|
|
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "node build/index.js",
|
|
"build:report": "node build/index.js --report",
|
|
"build:preview": "node build/index.js --preview",
|
|
"lint": "vue-cli-service lint",
|
|
"test": "npm run lint",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.18.0",
|
|
"element-ui": "2.4.6",
|
|
"js-cookie": "2.2.0",
|
|
"normalize.css": "7.0.0",
|
|
"nprogress": "0.2.0",
|
|
"serve": "10.0.2",
|
|
"vue": "2.5.17",
|
|
"vue-router": "3.0.1",
|
|
"vuex": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "3.0.5",
|
|
"@vue/cli-plugin-eslint": "3.0.5",
|
|
"@vue/cli-service": "3.0.5",
|
|
"chalk": "2.4.1",
|
|
"connect": "3.6.6",
|
|
"node-sass": "^4.9.3",
|
|
"path-to-regexp": "2.4.0",
|
|
"runjs": "4.3.2",
|
|
"sass-loader": "7.1.0",
|
|
"script-ext-html-webpack-plugin": "2.0.1",
|
|
"server-static": "2.0.5",
|
|
"svg-sprite-loader": "3.8.0",
|
|
"svgo": "1.0.5",
|
|
"vue-template-compiler": "2.5.17"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.9",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|