CMVR-IOT-UI/package.json

75 lines
2.0 KiB
JSON

{
"name": "cmvr-iot-ui",
"version": "3.9.2",
"description": "招商车研物联网平台管理系统前端",
"author": "CMVR",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vite build --mode development",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"build:staging": "vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.2",
"@logicflow/core": "^2.0.13",
"@logicflow/extension": "^2.0.18",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "14.1.0",
"ace-builds": "^1.43.0",
"autofit.js": "^3.2.8",
"axios": "1.13.2",
"clipboard": "2.0.11",
"dayjs": "^1.11.13",
"echarts": "5.6.0",
"element-plus": "2.13.1",
"file-saver": "2.0.5",
"fuse.js": "7.1.0",
"js-beautify": "1.15.4",
"js-cookie": "3.0.5",
"jsencrypt": "3.3.2",
"json-editor-vue": "^0.18.1",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"monaco-editor": "^0.55.1",
"nprogress": "0.2.0",
"pako": "^2.1.0",
"pinia": "3.0.4",
"socket.io-client": "^4.8.1",
"sockjs-client": "^1.6.1",
"sortablejs": "^1.15.6",
"splitpanes": "3.1.5",
"three": "^0.181.2",
"urdf-loader": "^0.12.6",
"uuid": "^11.1.0",
"vue": "3.5.26",
"vue-cropper": "1.1.1",
"vue-router": "4.6.4",
"vue3-ace-editor": "^2.2.4",
"vue3-json-viewer": "2.3.0",
"vuedraggable": "4.1.0",
"xacro-parser": "^0.3.11",
"xgplayer": "^3.0.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.4",
"sass-embedded": "1.97.2",
"unplugin-auto-import": "0.18.6",
"unplugin-vue-setup-extend-plus": "1.0.1",
"vite": "6.4.1",
"vite-plugin-compression": "0.5.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svg-icons": "2.0.1"
},
"overrides": {
"quill": "2.0.2"
},
"resolutions": {
"quill": "2.0.2"
},
"packageManager": "pnpm@10.24.0"
}