1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
| {
| "name": "ruoyi-vue-plus",
| "type": "module",
| "version": "2.0.0",
| "description": "结合了 RuoYi-Vue-Plus 的强大后端功能和 Soybean Admin 的现代化前端特性,为开发者提供了完整的企业管理解决方案。",
| "author": {
| "name": "xlsea",
| "email": "m@xlsea.cn",
| "url": "https://gitee.com/xlsea"
| },
| "license": "MIT",
| "homepage": "https://docs.ruoyi.xlsea.cn",
| "repository": {
| "url": "https://gitee.com/xlsea/ruoyi-plus-soybean.git"
| },
| "bugs": {
| "url": "https://gitee.com/xlsea/ruoyi-plus-soybean/issues"
| },
| "keywords": [
| "RuoYi-Vue-Plus",
| "Soybean Admin",
| "Vue3 admin ",
| "vue-admin-template",
| "Vite7",
| "TypeScript",
| "naive-ui",
| "naive-ui-admin",
| "ant-design-vue v4",
| "UnoCSS"
| ],
| "contributors": [
| {
| "name": "Elio",
| "email": "1983933789@qq.com",
| "url": "https://gitee.com/elio-an"
| }
| ],
| "engines": {
| "node": ">=20.19.0",
| "pnpm": ">=10.5.0"
| },
| "scripts": {
| "build": "vite build --mode prod",
| "build:dev": "vite build --mode dev",
| "build:test": "vite build --mode test",
| "cleanup": "sa cleanup",
| "commit": "sa git-commit",
| "commit:zh": "sa git-commit -l=zh-cn",
| "dev": "vite --mode dev",
| "dev:prod": "vite --mode prod",
| "dev:test": "vite --mode test",
| "gen-route": "sa gen-route",
| "lint": "eslint . --fix",
| "prepare": "simple-git-hooks",
| "preview": "vite preview",
| "release": "sa release",
| "typecheck": "vue-tsc --noEmit --skipLibCheck",
| "update-pkg": "sa update-pkg"
| },
| "dependencies": {
| "@better-scroll/core": "2.5.1",
| "@iconify/vue": "5.0.0",
| "@sa/axios": "workspace:*",
| "@sa/color": "workspace:*",
| "@sa/hooks": "workspace:*",
| "@sa/materials": "workspace:*",
| "@sa/utils": "workspace:*",
| "@types/streamsaver": "^2.0.5",
| "@umoteam/editor": "^9.0.1",
| "@vueuse/core": "14.1.0",
| "clipboard": "2.0.11",
| "dayjs": "1.11.19",
| "defu": "6.1.4",
| "dompdf.js": "^1.1.1",
| "echarts": "6.0.0",
| "exceljs": "^4.4.0",
| "highlight.js": "^11.11.1",
| "jsencrypt": "^3.5.4",
| "json5": "2.2.3",
| "naive-ui": "2.43.2",
| "nprogress": "0.2.0",
| "pinia": "3.0.4",
| "streamsaver": "^2.0.6",
| "tailwind-merge": "3.4.0",
| "vue": "3.5.26",
| "vue-advanced-cropper": "^2.8.9",
| "vue-draggable-plus": "0.6.0",
| "vue-i18n": "11.2.7",
| "vue-router": "4.6.4"
| },
| "devDependencies": {
| "@elegant-router/vue": "0.3.8",
| "@iconify/json": "2.2.417",
| "@sa/scripts": "workspace:*",
| "@sa/uno-preset": "workspace:*",
| "@soybeanjs/eslint-config": "1.7.4",
| "@types/node": "25.0.3",
| "@types/nprogress": "0.2.3",
| "@unocss/eslint-config": "66.5.10",
| "@unocss/preset-icons": "66.5.10",
| "@unocss/preset-uno": "66.5.10",
| "@unocss/transformer-directives": "66.5.10",
| "@unocss/transformer-variant-group": "66.5.10",
| "@unocss/vite": "66.5.10",
| "@vitejs/plugin-vue": "6.0.3",
| "@vitejs/plugin-vue-jsx": "5.1.2",
| "consola": "3.4.2",
| "eslint": "9.39.2",
| "eslint-plugin-vue": "10.6.2",
| "kolorist": "1.8.0",
| "sass": "1.97.1",
| "simple-git-hooks": "2.13.1",
| "tsx": "4.21.0",
| "typescript": "5.9.3",
| "unplugin-icons": "22.5.0",
| "unplugin-vue-components": "30.0.0",
| "vite": "7.3.0",
| "vite-plugin-progress": "0.0.7",
| "vite-plugin-svg-icons": "2.0.1",
| "vite-plugin-vue-devtools": "8.0.5",
| "vue-eslint-parser": "10.2.0",
| "vue-tsc": "3.2.1"
| },
| "simple-git-hooks": {
| "commit-msg": "pnpm sa git-commit-verify",
| "pre-commit": "pnpm typecheck && pnpm lint && git diff --exit-code"
| },
| "website": "https://ruoyi.xlsea.cn"
| }
|
|