2023-03-29 14:04:51 +08:00
|
|
|
{
|
2023-03-30 16:45:56 +08:00
|
|
|
"name": "vordm",
|
2023-03-29 14:04:51 +08:00
|
|
|
"version": "2.4.32",
|
|
|
|
"description": "vue3 vite next admin template js setup",
|
|
|
|
"author": "lyt_20201208",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --force",
|
|
|
|
"build": "vite build",
|
|
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@element-plus/icons-vue": "^2.1.0",
|
2023-04-12 17:08:04 +08:00
|
|
|
"@mapbox/leaflet-omnivore": "^0.3.4",
|
2023-03-29 14:04:51 +08:00
|
|
|
"axios": "^1.3.4",
|
|
|
|
"echarts": "^5.4.2",
|
|
|
|
"element-plus": "^2.3.1",
|
|
|
|
"js-cookie": "^3.0.1",
|
2023-03-30 16:45:56 +08:00
|
|
|
"js-md5": "^0.7.3",
|
2023-04-12 17:08:04 +08:00
|
|
|
"leaflet": "^1.9.3",
|
|
|
|
"leaflet-draw": "^1.0.4",
|
|
|
|
"leaflet-imageoverlay-rotated": "^0.2.1",
|
2023-03-29 14:04:51 +08:00
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"pinia": "^2.0.33",
|
|
|
|
"qrcodejs2-fixes": "^0.0.2",
|
2023-03-30 16:45:56 +08:00
|
|
|
"qs": "^6.11.1",
|
2023-03-29 14:04:51 +08:00
|
|
|
"screenfull": "^6.0.2",
|
|
|
|
"sortablejs": "^1.15.0",
|
2023-04-12 17:08:04 +08:00
|
|
|
"terraformer-wkt-parser": "^1.2.1",
|
2023-03-29 14:04:51 +08:00
|
|
|
"vue": "^3.2.47",
|
|
|
|
"vue-clipboard3": "^2.0.0",
|
|
|
|
"vue-demi": "^0.13.11",
|
2023-03-30 18:00:45 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-03-29 14:04:51 +08:00
|
|
|
"vue-router": "^4.1.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
|
|
"@vue/compiler-sfc": "^3.2.47",
|
|
|
|
"eslint": "^8.36.0",
|
|
|
|
"eslint-plugin-vue": "^9.10.0",
|
|
|
|
"prettier": "^2.8.7",
|
|
|
|
"sass": "^1.60.0",
|
|
|
|
"vite": "^4.2.1",
|
|
|
|
"vite-plugin-cdn-import": "^0.3.5",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
|
|
|
|
"vue-eslint-parser": "^9.1.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitee.com/lyt-top/vue-next-admin/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">= 7.0.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"vue3",
|
|
|
|
"vuejs/vue-next",
|
|
|
|
"vuejs/vue-next-template",
|
|
|
|
"vuejs/vue-next-template-js",
|
|
|
|
"element-ui",
|
|
|
|
"element-plus",
|
|
|
|
"vue-next-admin",
|
|
|
|
"next-admin"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/lyt-top/vue-next-admin.git"
|
|
|
|
}
|
|
|
|
}
|