2023-12-19 09:48:32 +08:00
|
|
|
{
|
|
|
|
"name": "scui",
|
|
|
|
"version": "1.1.21",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build --report",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@arcgis/core": "^4.21.0",
|
|
|
|
"@tinymce/tinymce-vue": "4.0.3",
|
|
|
|
"axios": "0.21.1",
|
|
|
|
"core-js": "3.15.2",
|
|
|
|
"cropperjs": "1.5.12",
|
|
|
|
"crypto-js": "4.0.0",
|
2023-12-28 16:09:04 +08:00
|
|
|
"dayjs": "^1.11.10",
|
2023-12-19 09:48:32 +08:00
|
|
|
"echarts": "5.1.2",
|
2023-12-28 16:09:04 +08:00
|
|
|
"echarts-liquidfill": "^3.1.0",
|
|
|
|
"echarts-wordcloud": "^2.1.0",
|
2023-12-19 09:48:32 +08:00
|
|
|
"element-plus": "1.0.2-beta.54",
|
|
|
|
"html2canvas": "^1.4.1",
|
2023-12-28 16:09:04 +08:00
|
|
|
"mapv-three": "^1.0.9",
|
2023-12-19 09:48:32 +08:00
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"qrcodejs2": "^0.0.2",
|
|
|
|
"sortablejs": "1.13.0",
|
2023-12-28 16:09:04 +08:00
|
|
|
"swiper": "^8.4.5",
|
2023-12-19 09:48:32 +08:00
|
|
|
"tinymce": "5.8.2",
|
|
|
|
"vue": "3.1.4",
|
|
|
|
"vue-router": "4.0.10",
|
|
|
|
"vue3-treeselect": "^0.1.10",
|
|
|
|
"vuedraggable": "4.0.3",
|
|
|
|
"vuex": "4.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-28 16:09:04 +08:00
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/eslint-parser": "^7.12.16",
|
2023-12-19 09:48:32 +08:00
|
|
|
"@vue/cli-plugin-babel": "4.5.13",
|
|
|
|
"@vue/cli-plugin-eslint": "4.5.13",
|
|
|
|
"@vue/cli-service": "4.5.13",
|
|
|
|
"@vue/compiler-sfc": "3.1.4",
|
|
|
|
"babel-eslint": "10.1.0",
|
2023-12-28 16:09:04 +08:00
|
|
|
"cache-loader": "^4.1.0",
|
2023-12-19 09:48:32 +08:00
|
|
|
"eslint": "6.8.0",
|
|
|
|
"eslint-plugin-vue": "7.12.1",
|
|
|
|
"less": "3.13.1",
|
|
|
|
"less-loader": "7.3.0"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"APP_CONFIG": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"indent": 0,
|
|
|
|
"no-tabs": 0,
|
|
|
|
"no-mixed-spaces-and-tabs": 0,
|
2023-12-28 16:09:04 +08:00
|
|
|
"vue/no-unused-components": "off",
|
|
|
|
"no-unused-vars": "off"
|
2023-12-19 09:48:32 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
|
|
|
}
|