mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "orange-single-page-project",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"echarts": "^4.2.1",
|
|
"element-ui": "^2.13.0",
|
|
"jquery": "^3.3.1",
|
|
"json-bigint": "^0.3.0",
|
|
"layui-layer": "^1.0.9",
|
|
"lodash": "^4.17.5",
|
|
"core-js": "^3.6.4",
|
|
"register-service-worker": "^1.6.2",
|
|
"sortablejs": "^1.7.0",
|
|
"v-charts": "^1.19.0",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.1.5",
|
|
"vuex": "^3.1.2",
|
|
"wangeditor": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.2.0",
|
|
"@vue/cli-plugin-eslint": "~4.2.0",
|
|
"@vue/cli-plugin-pwa": "~4.2.0",
|
|
"@vue/cli-plugin-router": "~4.2.0",
|
|
"@vue/cli-plugin-unit-jest": "~4.2.0",
|
|
"@vue/cli-plugin-vuex": "~4.2.0",
|
|
"@vue/cli-service": "~4.2.0",
|
|
"@vue/eslint-config-standard": "^5.1.0",
|
|
"@vue/test-utils": "1.0.0-beta.31",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"lint-staged": "^9.5.0",
|
|
"node-sass": "^4.13.1",
|
|
"sass-loader": "^7.3.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|