Agriculture-front-end/package.json

71 lines
2.2 KiB
JSON
Raw Normal View History

2023-04-16 22:33:44 +08:00
{
2023-04-23 15:56:32 +08:00
"name": "ruoyi",
2023-11-08 11:15:41 +08:00
"version": "3.8.4",
2023-04-23 15:56:32 +08:00
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
"scripts": {
2023-04-24 08:39:20 +08:00
"dev": "vite",
2023-04-24 08:50:01 +08:00
"start": "vite",
2023-04-24 08:39:20 +08:00
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
2023-04-23 15:56:32 +08:00
},
"repository": {
2023-04-24 08:39:20 +08:00
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
2023-04-23 15:56:32 +08:00
},
"dependencies": {
2023-06-20 16:37:55 +08:00
"@easydarwin/easyplayer": "^5.0.7",
2023-04-24 08:39:20 +08:00
"@element-plus/icons-vue": "2.0.10",
"@fit-screen/vue": "^0.2.0",
2023-04-25 18:19:21 +08:00
"@turf/turf": "^6.5.0",
2023-04-24 08:39:20 +08:00
"@vueuse/core": "9.5.0",
"axios": "0.27.2",
2023-07-04 10:08:33 +08:00
"better-scroll": "^2.5.1",
2023-09-11 21:56:39 +08:00
"crypto-js": "^4.1.1",
2023-04-24 08:39:20 +08:00
"echarts": "^5.3.0",
"echarts-gl": "^2.0.9",
"element-plus": "2.2.21",
2023-07-11 08:43:34 +08:00
"element-resize-detector": "^1.2.4",
2023-04-24 08:39:20 +08:00
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
2023-05-09 18:19:28 +08:00
"jquery": "^3.6.4",
2023-04-24 08:39:20 +08:00
"js-cookie": "3.0.1",
2023-09-11 21:56:39 +08:00
"js-md5": "^0.7.3",
2023-04-24 08:39:20 +08:00
"jsencrypt": "3.3.1",
2023-06-12 17:02:41 +08:00
"leaflet": "^1.9.4",
2023-09-11 21:56:39 +08:00
"leaflet.wmts": "^1.0.2",
2023-04-24 08:39:20 +08:00
"lib-flexible": "^0.3.2",
2023-05-12 18:10:29 +08:00
"moment": "^2.29.4",
2023-04-24 08:39:20 +08:00
"nprogress": "0.2.0",
2023-07-09 20:38:38 +08:00
"ol": "^7.4.0",
2023-04-24 08:39:20 +08:00
"pinia": "2.0.22",
"postcss-px2rem": "^0.3.0",
2023-06-20 16:37:55 +08:00
"qs": "^6.11.2",
2023-04-24 08:39:20 +08:00
"v-scale-screen": "^2.2.0",
2023-06-20 16:37:55 +08:00
"video.js": "^7.21.4",
"videojs-contrib-hls": "^5.15.0",
2023-09-11 21:56:39 +08:00
"vite-plugin-compression": "^0.5.1",
2023-06-08 20:34:27 +08:00
"vite-plugin-svg-icons": "^2.0.1",
2023-04-24 08:39:20 +08:00
"vue": "3.2.45",
"vue-cropper": "1.0.3",
2023-05-28 21:55:59 +08:00
"vue-json-excel": "^0.3.0",
2023-05-12 18:10:29 +08:00
"vue-router": "4.1.4",
2023-06-06 10:46:36 +08:00
"vue-video-player": "^6.0.0",
2023-05-28 21:55:59 +08:00
"vue3-image-preview": "^0.2.6",
2023-06-06 10:46:36 +08:00
"vue3-video-play": "^1.3.1-beta.6",
2023-05-28 21:55:59 +08:00
"xlsx": "^0.18.5"
2023-04-23 15:56:32 +08:00
},
"devDependencies": {
2023-06-08 20:34:27 +08:00
"@types/node": "^20.2.5",
2023-04-24 08:39:20 +08:00
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.45",
2023-06-20 16:37:55 +08:00
"copy-webpack-plugin": "^5.1.2",
2023-04-24 08:39:20 +08:00
"sass": "1.56.1",
2023-06-08 20:34:27 +08:00
"unplugin-auto-import": "^0.11.5",
"vite": "^3.2.7",
2023-04-24 08:39:20 +08:00
"vite-plugin-vue-setup-extend": "0.4.0"
2023-04-23 15:56:32 +08:00
}
2023-04-25 18:19:21 +08:00
}