star-horse-lowcode 2.7.72 → 2.7.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +92002 -20337
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "star-horse-lowcode",
|
|
3
3
|
"private": false,
|
|
4
4
|
"author": "l_1019@163.com",
|
|
5
|
-
"version": "2.7.
|
|
5
|
+
"version": "2.7.73",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@element-plus/icons-vue": "^2.3.2",
|
|
65
|
+
"@eslint/js": "^9.32.0",
|
|
65
66
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
66
67
|
"@rollup/plugin-inject": "^5.0.5",
|
|
67
68
|
"@tailwindcss/vite": "^4.1.11",
|
|
@@ -70,7 +71,8 @@
|
|
|
70
71
|
"axios": "^1.11.0",
|
|
71
72
|
"element-plus": "^2.10.5",
|
|
72
73
|
"eslint-config-prettier": "^10.1.8",
|
|
73
|
-
"eslint-plugin-prettier": "^5.5.
|
|
74
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
75
|
+
"globals": "^16.3.0",
|
|
74
76
|
"jquery": "^3.7.1",
|
|
75
77
|
"json5": "^2.2.3",
|
|
76
78
|
"md-editor-v3": "^5.8.4",
|
|
@@ -84,10 +86,11 @@
|
|
|
84
86
|
"tailwindcss": "^4.1.11",
|
|
85
87
|
"unplugin-auto-import": "^20.0.0",
|
|
86
88
|
"unplugin-element-plus": "^0.10.0",
|
|
87
|
-
"unplugin-vue-components": "^
|
|
89
|
+
"unplugin-vue-components": "^29.0.0",
|
|
88
90
|
"uuid": "^11.1.0",
|
|
89
91
|
"vite-plugin-dts": "^4.5.4",
|
|
90
92
|
"vue": "^3.5.18",
|
|
93
|
+
"vue-eslint-parser": "^10.2.0",
|
|
91
94
|
"vue-i18n": "^11.1.11",
|
|
92
95
|
"vue-m-message": "^4.0.2",
|
|
93
96
|
"vue-router": "^4.5.1",
|
|
@@ -97,6 +100,7 @@
|
|
|
97
100
|
},
|
|
98
101
|
"devDependencies": {
|
|
99
102
|
"@types/jquery": "^3.5.32",
|
|
103
|
+
"@types/node": "^24.2.0",
|
|
100
104
|
"@types/prismjs": "^1.26.5",
|
|
101
105
|
"@types/sortablejs": "^1.15.8",
|
|
102
106
|
"@types/uuid": "^10.0.0",
|
|
@@ -105,7 +109,7 @@
|
|
|
105
109
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
106
110
|
"eslint": "^9.32.0",
|
|
107
111
|
"eslint-config-prettier": "^10.1.8",
|
|
108
|
-
"eslint-plugin-prettier": "^5.5.
|
|
112
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
109
113
|
"eslint-plugin-vue": "^10.4.0",
|
|
110
114
|
"prettier": "^3.6.2",
|
|
111
115
|
"sass-embedded": "^1.90.0",
|