You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "iview-admin",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"author": "Lison<lison16new@163.com>",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve --open",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint",
|
|
|
|
"test:unit": "vue-cli-service test:unit",
|
|
|
|
"test:e2e": "vue-cli-service test:e2e"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"clipboard": "^2.0.0",
|
|
|
|
"codemirror": "^5.38.0",
|
|
|
|
"countup": "^1.8.2",
|
|
|
|
"cropperjs": "^1.2.2",
|
|
|
|
"dayjs": "^1.7.7",
|
|
|
|
"echarts": "^4.0.4",
|
|
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
|
|
"iview": "^3.2.2",
|
|
|
|
"iview-area": "^1.5.17",
|
|
|
|
"js-cookie": "^2.2.0",
|
|
|
|
"simplemde": "^1.11.2",
|
|
|
|
"sortablejs": "^1.7.0",
|
|
|
|
"tree-table-vue": "^1.1.0",
|
|
|
|
"vue": "^2.5.10",
|
|
|
|
"vue-i18n": "^7.8.0",
|
|
|
|
"vue-router": "^3.0.1",
|
|
|
|
"vuedraggable": "^2.16.0",
|
|
|
|
"vuex": "^3.0.1",
|
|
|
|
"wangeditor": "^3.1.1",
|
|
|
|
"xlsx": "^0.13.3"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"@vue/test-utils": "^1.0.0-beta.10",
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"eslint-plugin-cypress": "^2.0.1",
|
|
|
|
"less": "^2.7.3",
|
|
|
|
"less-loader": "^4.0.5",
|
|
|
|
"lint-staged": "^6.0.0",
|
|
|
|
"mockjs": "^1.0.1-beta3",
|
|
|
|
"vue-template-compiler": "^2.5.13"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
|
|
|
],
|
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.vue": [
|
|
|
|
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|