| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | 
							- {
 
-   "name": "ruoyi",
 
-   "version": "3.8.7",
 
-   "description": "实用化贯通平台",
 
-   "author": "若依",
 
-   "license": "MIT",
 
-   "type": "module",
 
-   "scripts": {
 
-     "dev": "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": {
 
-     "@codemirror/commands": "^6.9.0",
 
-     "@codemirror/lang-css": "^6.3.1",
 
-     "@codemirror/lang-html": "^6.4.11",
 
-     "@codemirror/lang-javascript": "^6.2.4",
 
-     "@codemirror/lang-json": "^6.0.2",
 
-     "@codemirror/language": "^6.11.3",
 
-     "@codemirror/search": "^6.5.11",
 
-     "@codemirror/state": "^6.5.2",
 
-     "@codemirror/theme-one-dark": "^6.1.3",
 
-     "@codemirror/view": "^6.38.6",
 
-     "@element-plus/icons-vue": "2.3.1",
 
-     "@vueup/vue-quill": "1.2.0",
 
-     "@vueuse/core": "10.6.1",
 
-     "axios": "0.27.2",
 
-     "echarts": "5.4.3",
 
-     "element-plus": "2.4.3",
 
-     "file-saver": "2.0.5",
 
-     "fuse.js": "6.6.2",
 
-     "js-cookie": "3.0.5",
 
-     "jsencrypt": "3.3.2",
 
-     "jshint": "^2.13.6",
 
-     "jsonlint": "^1.6.3",
 
-     "moment": "^2.30.1",
 
-     "nprogress": "0.2.0",
 
-     "pinia": "2.1.7",
 
-     "script-loader": "^0.7.2",
 
-     "vue": "3.3.9",
 
-     "vue-codemirror": "^6.1.1",
 
-     "vue-cropper": "1.1.1",
 
-     "vue-router": "4.2.5"
 
-   },
 
-   "devDependencies": {
 
-     "@vitejs/plugin-vue": "4.5.0",
 
-     "@vue/compiler-sfc": "3.3.9",
 
-     "sass": "1.69.5",
 
-     "unplugin-auto-import": "0.17.1",
 
-     "unplugin-vue-setup-extend-plus": "1.0.0",
 
-     "vite": "5.0.4",
 
-     "vite-plugin-compression": "0.5.1",
 
-     "vite-plugin-svg-icons": "2.0.1"
 
-   }
 
- }
 
 
  |