Files
td_official/package.json

116 lines
3.3 KiB
JSON
Raw Permalink Normal View History

2025-05-21 11:24:53 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"name": "ruoyi-vue-plus",
"version": "5.3.0",
"description": "RuoYi-Vue-Plus多租户管理系统",
"author": "LionLi",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite serve --mode development",
"build:prod": "vite build --mode production",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"lint:eslint": "eslint",
"lint:eslint:fix": "eslint --fix",
2025-06-18 19:56:54 +08:00
"prettier": "prettier --write .",
2025-07-29 09:37:57 +08:00
"copy-cesium": "cpy './public/sdk/Cesium/{Workers,Assets,Widgets}' ./public/Cesium --flat --parents"
2025-05-21 11:24:53 +08:00
},
"repository": {
"type": "git",
"url": "https://gitee.com/JavaLionLi/plus-ui.git"
},
"dependencies": {
2025-05-21 11:44:03 +08:00
"@amap/amap-jsapi-loader": "^1.0.1",
2025-05-21 11:24:53 +08:00
"@element-plus/icons-vue": "2.3.1",
"@highlightjs/vue-plugin": "2.1.0",
"@turf/turf": "^7.2.0",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "11.3.0",
"animate.css": "4.1.1",
"await-to-js": "3.0.0",
"axios": "1.7.8",
"crypto-js": "4.2.0",
2025-08-27 14:59:18 +08:00
"date-fns": "^4.1.0",
2025-05-21 11:24:53 +08:00
"diagram-js": "12.3.0",
"didi": "9.0.2",
"echarts": "5.5.0",
2025-08-21 17:32:10 +08:00
"echarts-gl": "^2.0.9",
2025-05-21 11:24:53 +08:00
"element-plus": "2.8.8",
"esbuild": "^0.25.0",
2025-09-04 11:06:45 +08:00
"exceljs": "^4.4.0",
2025-06-17 15:36:03 +08:00
"ezuikit-js": "^8.1.10",
2025-06-27 18:35:48 +08:00
"file-saver": "^2.0.5",
2025-05-21 11:24:53 +08:00
"fuse.js": "7.0.0",
"gcoord": "^1.0.7",
2025-06-25 18:49:00 +08:00
"geotiff": "^2.1.3",
2025-05-21 11:24:53 +08:00
"highlight.js": "11.9.0",
"image-conversion": "2.1.1",
"js-cookie": "3.0.5",
"js-md5": "^0.8.3",
"jsencrypt": "3.3.2",
"jszip": "^3.10.1",
2025-06-25 18:48:23 +08:00
"leaflet": "^1.9.4",
2025-05-21 11:24:53 +08:00
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"nprogress": "0.2.0",
"ol": "^10.5.0",
"pinia": "2.2.6",
"proj4": "^2.19.3",
2025-06-25 18:48:23 +08:00
"proj4leaflet": "^1.0.2",
2025-05-21 11:24:53 +08:00
"screenfull": "6.0.2",
"spark-md5": "^3.0.2",
"vue": "3.5.13",
"vue-cropper": "1.1.1",
"vue-i18n": "10.0.5",
"vue-json-pretty": "2.4.0",
"vue-print-nb": "^1.7.5",
"vue-router": "4.4.5",
2025-09-09 09:40:08 +08:00
"vue-simple-uploader": "^1.0.3",
2025-05-21 11:24:53 +08:00
"vue-types": "5.1.3",
"vue3-print-nb": "^0.1.4",
"vue3-scroll-seamless": "^1.0.6",
2025-09-09 09:40:08 +08:00
"vxe-table": "4.5.22",
"xlsx": "^0.18.5"
2025-05-21 11:24:53 +08:00
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@iconify/json": "2.2.276",
"@types/crypto-js": "4.2.2",
"@types/file-saver": "2.0.7",
"@types/js-cookie": "3.0.6",
"@types/node": "18.18.2",
"@types/nprogress": "0.2.3",
"@types/proj4": "^2.5.6",
2025-05-21 11:24:53 +08:00
"@unocss/preset-attributify": "0.64.1",
"@unocss/preset-icons": "0.64.1",
"@unocss/preset-uno": "0.64.1",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "3.4.23",
"autoprefixer": "10.4.18",
2025-06-18 19:56:54 +08:00
"cpy": "^11.1.0",
2025-05-21 11:24:53 +08:00
"eslint": "9.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.31.0",
"fast-glob": "3.3.2",
"globals": "15.12.0",
"postcss": "8.4.36",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "3.2.5",
"sass": "1.72.0",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"unocss": "0.64.1",
"unplugin-auto-import": "0.17.5",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"unplugin-vue-setup-extend-plus": "1.0.1",
"vite": "5.4.11",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vitest": "1.5.0",
"vue-tsc": "2.0.13"
}
}