{ "name": "ruoyi", "version": "3.8.5", "description": "木鸢物联平台", "author": "若依", "license": "MIT", "scripts": { "dev": "vite", "build:prod": "vite build", "build:stage": "vite build --mode staging", "build:caddy": "vite build --mode caddy", "preview": "vite preview", "preview:caddy": "caddy run --config ./Caddyfile", "format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\"", "commit-push": "prettier -w . && git add . && git commit -m" }, "repository": { "type": "git", "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@element-plus/icons-vue": "2.0.10", "@vueuse/core": "9.5.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "0.27.2", "chart.js": "^4.2.1", "dayjs": "^1.11.7", "echarts": "5.4.0", "element-plus": "2.2.27", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.1", "jsencrypt": "3.3.1", "lodash-es": "^4.17.21", "nprogress": "0.2.0", "patternomaly": "^1.3.2", "pinia": "2.0.22", "pinia-plugin-persistedstate": "^3.1.0", "reconnecting-websocket": "^4.4.0", "uuid": "^9.0.0", "v3-infinite-loading": "^1.2.2", "vue": "3.2.45", "vue-chartjs": "^5.2.0", "vue-cropper": "1.0.3", "vue-router": "4.1.4", "vue3-json-viewer": "^2.2.2" }, "devDependencies": { "@vitejs/plugin-vue": "3.1.0", "@vue/compiler-sfc": "3.2.45", "@vue/tsconfig": "^0.1.3", "prettier": "^2.8.4", "sass": "1.56.1", "typescript": "^5.0.4", "unplugin-auto-import": "0.11.4", "vite": "3.2.3", "vite-plugin-compression": "0.5.1", "vite-plugin-svg-icons": "2.0.1", "vite-plugin-vue-setup-extend": "0.4.0" } }