IOT平台的后端管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

78 lines
2.2 KiB

{
"name": "iot-management-system",
"version": "1.0.0",
"description": "IoT管理系统",
"author": "联美",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@element-plus/icons-vue": "2.0.10",
"@kjgl77/datav-vue3": "^1.6.1",
"@vee-validate/rules": "4.5.8",
"@vueuse/core": "9.5.0",
"animate.css": "^4.1.1",
"ant-design-vue": "4.0.0-rc.6",
"axios": "0.27.2",
"bpmn-js": "^11.4.1",
"can-autoplay": "^3.0.2",
"crypto-js": "^4.2.0",
"diagram-js": "^11.9.1",
"echarts": "5.4.0",
"element-plus": "2.2.28",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"highlight.js": "11.7.0",
"js-cookie": "3.0.1",
"jsencrypt": "3.3.1",
"mitt": "^3.0.1",
"nprogress": "0.2.0",
"pinia": "2.0.22",
"splitpanes": "^3.1.5",
"swiper": "^10.2.0",
"vee-validate": "4.5.8",
"vkbeautify": "^0.99.3",
"vue": "3.2.45",
"vue-baidu-map-3x": "^1.0.34",
"vue-cropper": "1.0.3",
"vue-draggable-plus": "^0.3.0",
"vue-router": "4.1.4",
"vue3-seamless-scroll": "^2.0.1",
"vuedraggable": "^2.24.3",
"vxe-table": "^4.5.21",
"vxe-table-plugin-antd": "^4.0.1",
"vxe-table-plugin-charts": "^4.0.1",
"vxe-table-plugin-element": "^4.0.1",
"vxe-table-plugin-menus": "^4.0.0",
"vxe-table-plugin-renderer": "^4.0.0",
"vxe-table-plugin-validator": "^4.0.0",
"xe-utils": "^3.5.22"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "3.2.45",
"naive-ui": "^2.34.4",
"sass": "1.56.1",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-tsc": "^0.35.0"
}
}