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.
54 lines
1.2 KiB
54 lines
1.2 KiB
{
|
|
"name": "apiadmin",
|
|
"version": "4.1.0",
|
|
"author": "zhaoxiang <zhaoxiang051405@gmail.com>",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve --open",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.1",
|
|
"dayjs": "^1.8.28",
|
|
"echarts": "^4.8.0",
|
|
"html2canvas": "^1.0.0-rc.5",
|
|
"view-design": "^4.2.0",
|
|
"vue": "^2.6.11",
|
|
"vue-i18n": "^7.8.0",
|
|
"vue-router": "^3.1.6",
|
|
"vuex": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.11.0",
|
|
"@vue/cli-plugin-eslint": "^3.11.0",
|
|
"@vue/cli-plugin-unit-mocha": "^3.11.0",
|
|
"@vue/cli-service": "^3.11.0",
|
|
"@vue/eslint-config-standard": "^3.0.0-beta.10",
|
|
"babel-eslint": "7.2.3",
|
|
"chai": "^4.1.2",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^4.0.5",
|
|
"lint-staged": "^6.0.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
|