tinci-data-ui 0.0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/tinci-data-ui.js +20649 -340
- package/dist/tinci-data-ui.umd.cjs +1 -1
- package/package.json +8 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "tinci-data-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.1.1",
|
5
5
|
"author": "MO",
|
6
6
|
"description": "tinci组件",
|
7
7
|
"type": "module",
|
@@ -25,15 +25,21 @@
|
|
25
25
|
"preview": "vite preview"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
+
"@element-plus/icons-vue": "^2.3.1",
|
28
29
|
"element-plus": "^2.8.1",
|
29
|
-
"
|
30
|
+
"js-base64": "^3.7.7",
|
31
|
+
"js-cookie": "^3.0.5",
|
32
|
+
"vue": "^3.4.37",
|
33
|
+
"vuedraggable": "^2.24.3"
|
30
34
|
},
|
31
35
|
"devDependencies": {
|
32
36
|
"@types/node": "^22.5.2",
|
33
37
|
"@vitejs/plugin-vue": "^5.1.2",
|
38
|
+
"less": "^4.2.0",
|
34
39
|
"terser": "^5.31.6",
|
35
40
|
"typescript": "^5.5.3",
|
36
41
|
"unplugin-auto-import": "^0.18.2",
|
42
|
+
"unplugin-icons": "^0.19.3",
|
37
43
|
"unplugin-vue-components": "^0.27.4",
|
38
44
|
"vite": "^5.4.1",
|
39
45
|
"vue-tsc": "^2.0.29"
|