{ "name": "智慧应急工作台", "version": "5.2.1", "description": "智慧应急工作台", "author": "LionLi", "license": "MIT", "type": "module", "scripts": { "dev": "vite serve --mode development", "build:prod": "node --max_old_space_size=8196 ./node_modules/vite/bin/vite.js build", "build:dev": "vite build --mode development", "preview": "vite preview", "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", "prettier": "prettier --write ." }, "repository": { "type": "git", "url": "https://gitee.com/JavaLionLi/plus-ui.git" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@element-plus/icons-vue": "2.3.1", "@handsontable/vue3": "^15.1.0", "@highlightjs/vue-plugin": "2.1.0", "@turf/turf": "^7.2.0", "@univerjs/core": "^0.4.1", "@univerjs/design": "^0.4.1", "@univerjs/docs": "^0.4.1", "@univerjs/docs-ui": "^0.4.1", "@univerjs/engine-formula": "^0.4.1", "@univerjs/engine-render": "^0.4.1", "@univerjs/facade": "^0.4.1", "@univerjs/sheets": "^0.4.1", "@univerjs/sheets-formula": "^0.4.1", "@univerjs/sheets-formula-ui": "^0.4.1", "@univerjs/sheets-ui": "^0.4.1", "@univerjs/ui": "^0.4.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "10.9.0", "animate.css": "4.1.1", "autofit.js": "^3.1.3", "await-to-js": "3.0.0", "axios": "1.6.8", "bignumber.js": "^9.1.2", "bpmn-js": "16.4.0", "core-js": "^3.41.0", "crypto-js": "4.2.0", "diagram-js": "12.3.0", "didi": "9.0.2", "echarts": "5.5.0", "element-plus": "^2.7.5", "element-resize-detector": "^1.2.4", "file-saver": "^2.0.5", "flv.js": "^1.6.2", "fuse.js": "7.0.0", "gcoord": "^1.0.7", "highlight.js": "11.9.0", "html2canvas": "^1.4.1", "image-conversion": "^2.1.1", "js-cookie": "3.0.5", "jsencrypt": "3.3.2", "luckyexcel": "^1.0.1", "nprogress": "0.2.0", "ol": "^8.0.0", "pdfjs-dist": "^4.10.38", "pinia": "^3.0.1", "proj4": "^2.12.1", "screenfull": "6.0.2", "swiper": "^11.1.14", "uuid": "^10.0.0", "vue": "^3.5.13", "vue-cropper": "1.1.1", "vue-good-table": "^2.21.11", "vue-i18n": "9.10.2", "vue-pdf-embed": "^2.1.1", "vue-router": "^4.5.0", "vue-types": "5.1.1", "vue3-print-nb": "^0.1.4", "vxe-table": "^4.6.21", "xlsx": "^0.18.5" }, "devDependencies": { "@iconify/json": "2.2.201", "@intlify/unplugin-vue-i18n": "3.0.1", "@types/crypto-js": "4.2.2", "@types/element-resize-detector": "^1.1.6", "@types/file-saver": "2.0.7", "@types/js-cookie": "3.0.6", "@types/node": "18.18.2", "@types/nprogress": "0.2.3", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "7.3.1", "@typescript-eslint/parser": "7.3.1", "@unocss/preset-attributify": "0.58.6", "@unocss/preset-icons": "0.58.6", "@unocss/preset-uno": "0.58.6", "@vitejs/plugin-legacy": "^5.4.3", "@vitejs/plugin-vue": "5.0.4", "@vue/compiler-sfc": "3.4.23", "autoprefixer": "10.4.18", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-define-config": "2.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-vue": "9.23.0", "fast-glob": "3.3.2", "postcss": "8.4.36", "prettier": "3.2.5", "sass": "1.72.0", "sharp": "^0.33.5", "svgo": "^3.3.2", "typescript": "5.4.5", "unocss": "0.58.6", "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.2.10", "vite-plugin-compression": "0.5.1", "vite-plugin-image-optimizer": "^1.1.8", "vite-plugin-svg-icons": "2.0.1", "vitest": "1.5.0", "vue-eslint-parser": "9.4.2", "vue-tsc": "2.0.13" } }