tinci-data-ui 0.0.1 → 0.1.2

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