@gemafajarramadhan/dynamic-ui 1.0.12 → 1.1.0

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.
Files changed (1) hide show
  1. package/package.json +14 -57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.0.12",
3
+ "version": "1.1.0",
4
4
  "description": "Vue 3 Dynamic UI Component Library - Compatible with Vue, React, Angular, and any other framework via Web Components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "import": "./dist/dynamic-ui.es.js",
18
18
  "require": "./dist/dynamic-ui.umd.js"
19
19
  },
20
- "./style.css": "./dist/dynamic-ui.css",
20
+ "./style.css": "./dist/style.css",
21
21
  "./webcomponents": {
22
22
  "import": "./dist/webcomponents/dynamic-ui.es.js",
23
23
  "require": "./dist/webcomponents/dynamic-ui.umd.js"
@@ -42,78 +42,35 @@
42
42
  "web-components",
43
43
  "micro-frontend"
44
44
  ],
45
- "dependencies": {
46
- "class-variance-authority": "^0.7.1",
47
- "clsx": "^2.1.1",
48
- "tailwind-merge": "^3.5.0"
49
- },
50
45
  "peerDependencies": {
51
- "vue": ">=3.3.0",
52
- "@uppy/core": ">=3.0.0",
53
- "@uppy/dashboard": ">=3.0.0",
54
- "@uppy/image-editor": ">=2.0.0",
55
- "@vuepic/vue-datepicker": ">=8.0.0",
56
- "@vueuse/core": ">=10.0.0",
57
- "lucide-vue-next": ">=0.300.0",
58
- "reka-ui": ">=2.0.0",
59
- "tailwindcss": ">=3.0.0",
60
- "vue-i18n": ">=9.0.0",
61
- "vue-router": ">=4.0.0",
62
- "vue3-lottie": ">=2.0.0"
46
+ "vue": "^3.3.0"
63
47
  },
64
48
  "peerDependenciesMeta": {
65
49
  "vue": {
66
50
  "optional": false
67
- },
68
- "@uppy/core": {
69
- "optional": true
70
- },
71
- "@uppy/dashboard": {
72
- "optional": true
73
- },
74
- "@uppy/image-editor": {
75
- "optional": true
76
- },
77
- "@vuepic/vue-datepicker": {
78
- "optional": true
79
- },
80
- "@vueuse/core": {
81
- "optional": true
82
- },
83
- "lucide-vue-next": {
84
- "optional": false
85
- },
86
- "reka-ui": {
87
- "optional": false
88
- },
89
- "tailwindcss": {
90
- "optional": true
91
- },
92
- "vue-i18n": {
93
- "optional": true
94
- },
95
- "vue-router": {
96
- "optional": true
97
- },
98
- "vue3-lottie": {
99
- "optional": true
100
51
  }
101
52
  },
102
- "devDependencies": {
103
- "@vitejs/plugin-vue": "^6.0.1",
53
+ "dependencies": {
54
+ "@gemafajarramadhan/dynamic-ui": "^1.0.8",
104
55
  "@uppy/core": "^5.2.0",
105
56
  "@uppy/dashboard": "^5.1.1",
106
57
  "@uppy/image-editor": "^4.2.0",
107
58
  "@vuepic/vue-datepicker": "^12.1.0",
108
59
  "@vueuse/core": "^14.2.1",
109
- "cross-env": "^7.0.3",
60
+ "class-variance-authority": "^0.7.1",
61
+ "clsx": "^2.1.1",
110
62
  "lucide-vue-next": "^0.575.0",
111
63
  "reka-ui": "^2.8.0",
64
+ "tailwind-merge": "^3.5.0",
112
65
  "tailwindcss": "^4.2.0",
113
- "vite": "^7.2.4",
114
- "vue": "^3.5.24",
115
66
  "vue-i18n": "^11.2.8",
116
67
  "vue-router": "^5.0.3",
117
68
  "vue3-lottie": "^3.3.1"
69
+ },
70
+ "devDependencies": {
71
+ "@vitejs/plugin-vue": "^6.0.1",
72
+ "cross-env": "^7.0.3",
73
+ "vite": "^7.2.4",
74
+ "vue": "^3.5.24"
118
75
  }
119
76
  }