59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "iview-admin",
|
|
"version": "2.0.0",
|
|
"author": "Lison<lison.modern@gmail.com>",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve --open",
|
|
"build": "rm -rf ../public/{js,css,img} && vue-cli-service build --no-clean",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@riophae/vue-treeselect": "0.0.36",
|
|
"axios": "^0.18.0",
|
|
"blueimp-md5": "^2.10.0",
|
|
"file-saver": "^1.3.8",
|
|
"iview": "^3.0.1",
|
|
"jquery": "^3.3.1",
|
|
"js-cookie": "^2.2.0",
|
|
"moment": "^2.22.2",
|
|
"pinyin-engine": "^1.1.0",
|
|
"vue": "^2.5.2",
|
|
"vue-router": "^3.0.1",
|
|
"vuex": "^3.0.1",
|
|
"xlsx": "^0.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.0.1",
|
|
"@vue/cli-plugin-eslint": "^3.0.1",
|
|
"@vue/cli-plugin-unit-mocha": "^3.0.1",
|
|
"@vue/cli-service": "^3.0.1",
|
|
"@vue/eslint-config-standard": "^3.0.0-beta.10",
|
|
"chai": "^4.1.2",
|
|
"iview-loader": "^1.2.2",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^4.0.5",
|
|
"lint-staged": "^6.0.0",
|
|
"script-loader": "^0.7.2",
|
|
"vue-template-compiler": "^2.5.13"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|