1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "ruoyi",
- "version": "3.8.2",
- "description": "安庆北排管理系统",
- "author": "crj",
- "license": "MIT",
- "scripts": {
- "dev": "vite --mode development",
- "build:prod": "vite build --mode production",
- "build:stage": "vite build --mode staging",
- "preview": "vite preview"
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/y_project/RuoYi-Vue.git"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@element-plus/icons-vue": "1.1.4",
- "@vue/babel-plugin-jsx": "^1.1.1",
- "axios": "0.26.1",
- "clipboard": "^2.0.11",
- "compressorjs": "^1.2.1",
- "dingtalk-jsapi": "^2.15.2",
- "echarts": "^5.4.0",
- "element-plus": "2.1.8",
- "file-saver": "2.0.5",
- "fuse.js": "6.5.3",
- "js-cookie": "3.0.1",
- "jsencrypt": "3.2.1",
- "lodash": "^4.17.21",
- "moment": "^2.29.3",
- "nprogress": "0.2.0",
- "vant": "^3.5.1",
- "vue": "3.2.31",
- "vue-cropper": "1.0.3",
- "vue-router": "4.0.14",
- "vuex": "4.0.2"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "2.3.1",
- "@vue/compiler-sfc": "3.2.31",
- "sass": "1.50.0",
- "unplugin-auto-import": "0.6.9",
- "vite": "2.6.14",
- "vite-plugin-compression": "0.5.1",
- "vite-plugin-svg-icons": "1.0.5",
- "vite-plugin-vue-setup-extend": "0.4.0"
- }
- }
|