2023-03-15 15:59:21 +08:00
|
|
|
{
|
2024-11-27 07:39:34 +00:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
2023-04-03 00:05:09 +08:00
|
|
|
"name": "ruoyi-vue-plus",
|
2025-01-24 13:07:42 +08:00
|
|
|
"version": "5.3.0",
|
2023-04-03 00:05:09 +08:00
|
|
|
"description": "RuoYi-Vue-Plus多租户管理系统",
|
|
|
|
"author": "LionLi",
|
|
|
|
"license": "MIT",
|
2024-01-05 12:06:10 +08:00
|
|
|
"type": "module",
|
2023-04-03 00:05:09 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite serve --mode development",
|
2023-12-13 01:01:52 +00:00
|
|
|
"build:prod": "vite build --mode production",
|
|
|
|
"build:dev": "vite build --mode development",
|
2023-04-03 00:05:09 +08:00
|
|
|
"preview": "vite preview",
|
2024-11-27 07:39:34 +00:00
|
|
|
"lint:eslint": "eslint",
|
|
|
|
"lint:eslint:fix": "eslint --fix",
|
2023-04-03 00:05:09 +08:00
|
|
|
"prettier": "prettier --write ."
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/JavaLionLi/plus-ui.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-13 10:35:55 +00:00
|
|
|
"@element-plus/icons-vue": "2.3.1",
|
2024-03-05 14:57:51 +00:00
|
|
|
"@highlightjs/vue-plugin": "2.1.0",
|
2023-10-09 11:47:29 +08:00
|
|
|
"@vueup/vue-quill": "1.2.0",
|
2025-02-21 10:18:04 +08:00
|
|
|
"@vueuse/core": "12.7.0",
|
2023-04-03 00:05:09 +08:00
|
|
|
"animate.css": "4.1.1",
|
2024-01-05 11:42:36 +08:00
|
|
|
"await-to-js": "3.0.0",
|
2024-11-26 15:28:24 +08:00
|
|
|
"axios": "1.7.8",
|
2024-01-05 11:42:36 +08:00
|
|
|
"crypto-js": "4.2.0",
|
2024-03-19 16:01:43 +08:00
|
|
|
"echarts": "5.5.0",
|
2024-11-26 15:28:24 +08:00
|
|
|
"element-plus": "2.8.8",
|
2023-04-03 00:05:09 +08:00
|
|
|
"file-saver": "2.0.5",
|
2024-01-05 11:42:36 +08:00
|
|
|
"fuse.js": "7.0.0",
|
2024-03-05 14:57:51 +00:00
|
|
|
"highlight.js": "11.9.0",
|
2024-11-27 07:39:34 +00:00
|
|
|
"image-conversion": "2.1.1",
|
2023-12-13 10:35:55 +00:00
|
|
|
"js-cookie": "3.0.5",
|
|
|
|
"jsencrypt": "3.3.2",
|
2023-04-03 00:05:09 +08:00
|
|
|
"nprogress": "0.2.0",
|
2024-11-26 15:28:24 +08:00
|
|
|
"pinia": "2.2.6",
|
2024-01-14 22:30:00 +08:00
|
|
|
"screenfull": "6.0.2",
|
2024-11-26 15:28:24 +08:00
|
|
|
"vue": "3.5.13",
|
2023-12-13 10:35:55 +00:00
|
|
|
"vue-cropper": "1.1.1",
|
2025-01-20 10:41:45 +08:00
|
|
|
"vue-i18n": "10.0.5",
|
2024-11-14 16:23:16 +08:00
|
|
|
"vue-json-pretty": "2.4.0",
|
2024-11-26 15:28:24 +08:00
|
|
|
"vue-router": "4.4.5",
|
|
|
|
"vue-types": "5.1.3",
|
2024-05-21 10:01:25 +08:00
|
|
|
"vxe-table": "4.5.22"
|
2023-04-03 00:05:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-26 15:28:24 +08:00
|
|
|
"@iconify/json": "2.2.276",
|
2024-03-19 16:01:43 +08:00
|
|
|
"@types/crypto-js": "4.2.2",
|
2024-01-14 22:30:00 +08:00
|
|
|
"@types/file-saver": "2.0.7",
|
|
|
|
"@types/js-cookie": "3.0.6",
|
|
|
|
"@types/nprogress": "0.2.3",
|
2025-02-25 13:30:57 +08:00
|
|
|
"@unocss/preset-attributify": "66.0.0",
|
|
|
|
"@unocss/preset-icons": "66.0.0",
|
|
|
|
"@unocss/preset-uno": "66.0.0",
|
|
|
|
"@vitejs/plugin-vue": "5.2.1",
|
2024-04-18 10:45:12 +08:00
|
|
|
"@vue/compiler-sfc": "3.4.23",
|
2025-02-25 13:30:57 +08:00
|
|
|
"@vue/eslint-config-prettier": "10.2.0",
|
|
|
|
"@vue/eslint-config-typescript": "14.4.0",
|
|
|
|
"autoprefixer": "10.4.20",
|
|
|
|
"eslint": "9.21.0",
|
|
|
|
"eslint-plugin-prettier": "5.2.3",
|
|
|
|
"eslint-plugin-vue": "9.32.0",
|
2024-01-05 11:42:36 +08:00
|
|
|
"fast-glob": "3.3.2",
|
2025-02-25 13:30:57 +08:00
|
|
|
"globals": "16.0.0",
|
|
|
|
"prettier": "3.5.2",
|
|
|
|
"sass": "1.84.0",
|
|
|
|
"typescript": "5.7.3",
|
|
|
|
"unocss": "66.0.0",
|
2024-03-19 16:01:43 +08:00
|
|
|
"unplugin-auto-import": "0.17.5",
|
|
|
|
"unplugin-icons": "0.18.5",
|
2025-02-25 13:30:57 +08:00
|
|
|
"unplugin-vue-components": "28.0.0",
|
2024-03-19 16:01:43 +08:00
|
|
|
"unplugin-vue-setup-extend-plus": "1.0.1",
|
2024-11-26 15:28:24 +08:00
|
|
|
"vite": "5.4.11",
|
2023-04-03 00:05:09 +08:00
|
|
|
"vite-plugin-compression": "0.5.1",
|
|
|
|
"vite-plugin-svg-icons": "2.0.1",
|
2025-02-25 13:30:57 +08:00
|
|
|
"vite-plugin-vue-devtools": "7.7.1",
|
|
|
|
"vitest": "3.0.5",
|
|
|
|
"vue-tsc": "2.2.0"
|
2023-04-03 00:05:09 +08:00
|
|
|
}
|
2023-03-15 15:59:21 +08:00
|
|
|
}
|