| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "ruoyi",
- "version": "3.8.8",
- "description": "若依管理系统",
- "author": "若依",
- "license": "MIT",
- "type": "module",
- "scripts": {
- "dev": "vite --mode development",
- "prod": "vite --mode production",
- "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": {
- "@element-plus/icons-vue": "2.3.1",
- "@tinyflow-ai/vue": "^1.0.4",
- "@vue-flow/controls": "^1.1.3",
- "@vue-flow/core": "^1.45.0",
- "@vueup/vue-quill": "1.2.0",
- "@vueuse/core": "10.11.0",
- "axios": "0.28.1",
- "clipboard": "^2.0.11",
- "codemirror": "^5.65.19",
- "codemirror-editor-vue3": "^2.8.0",
- "echarts": "^5.5.1",
- "element-plus": "2.7.6",
- "file-saver": "2.0.5",
- "fuse.js": "6.6.2",
- "html2canvas": "^1.4.1",
- "js-cookie": "3.0.5",
- "jsencrypt": "3.3.2",
- "json-beautify": "^1.1.1",
- "json-editor-vue3": "^1.1.1",
- "jsonpath": "^1.1.1",
- "moment": "^2.30.1",
- "nprogress": "0.2.0",
- "ol": "^10.2.1",
- "pinia": "2.1.7",
- "pinyin": "^4.0.0",
- "qs": "^6.14.0",
- "sortablejs": "^1.15.6",
- "vue": "^3.5.13",
- "vue-clipboard3": "^2.0.0",
- "vue-cropper": "1.1.1",
- "vue-draggable-plus": "^0.6.0",
- "vue-json-editor": "^1.4.3",
- "vue-json-viewer": "^3.0.4",
- "vue-router": "4.4.0",
- "vue3-treeselect": "^0.1.10",
- "vuedraggable": "^4.1.0",
- "vuex": "^4.0.2"
- },
- "devDependencies": {
- "@originjs/vite-plugin-commonjs": "^1.0.3",
- "@vitejs/plugin-vue": "5.0.5",
- "sass": "1.77.5",
- "unplugin-auto-import": "0.17.6",
- "unplugin-vue-setup-extend-plus": "1.0.1",
- "vite": "5.3.2",
- "vite-plugin-compression": "0.5.1",
- "vite-plugin-svg-icons": "2.0.1"
- }
- }
|