Agriculture-front-end/package.json

74 lines
2.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "ruoyi",
"version": "3.8.4",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
"scripts": {
"dev": "vite",
"start": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
},
"dependencies": {
"@easydarwin/easyplayer": "^5.0.7",
"@element-plus/icons-vue": "2.0.10",
"@fit-screen/vue": "^0.2.0",
"@turf/turf": "^6.5.0",
"@vueuse/core": "9.5.0",
"ant-design-vue": "4.x",
"axios": "0.27.2",
"better-scroll": "^2.5.1",
"cesium": "^1.117.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.11",
"echarts": "^5.3.0",
"echarts-gl": "^2.0.9",
"element-plus": "2.2.21",
"element-resize-detector": "^1.2.4",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"jquery": "^3.6.4",
"js-cookie": "3.0.1",
"js-md5": "^0.7.3",
"jsencrypt": "3.3.1",
"leaflet": "^1.9.4",
"leaflet.wmts": "^1.0.2",
"lib-flexible": "^0.3.2",
"moment": "^2.29.4",
"nprogress": "0.2.0",
"ol": "^7.4.0",
"pinia": "2.0.22",
"postcss-px2rem": "^0.3.0",
"qs": "^6.11.2",
"v-scale-screen": "^2.2.0",
"video.js": "^7.21.4",
"videojs-contrib-hls": "^5.15.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "3.2.45",
"vue-cropper": "1.0.3",
"vue-json-excel": "^0.3.0",
"vue-router": "4.1.4",
"vue-video-player": "^6.0.0",
"vue3-image-preview": "^0.2.6",
"vue3-video-play": "^1.3.1-beta.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.45",
"copy-webpack-plugin": "^5.1.2",
"sass": "1.56.1",
"unplugin-auto-import": "^0.11.5",
"vite": "^3.2.7",
"vite-plugin-vue-setup-extend": "0.4.0"
}
}