@gemafajarramadhan/dynamic-ui 1.0.11 → 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.
- 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
|
|
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/
|
|
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": "^5.2.0",
|
|
53
|
-
"@uppy/dashboard": "^5.1.1",
|
|
54
|
-
"@uppy/image-editor": "^4.2.0",
|
|
55
|
-
"@vuepic/vue-datepicker": "^12.1.0",
|
|
56
|
-
"@vueuse/core": "^14.2.1",
|
|
57
|
-
"lucide-vue-next": "^0.575.0",
|
|
58
|
-
"reka-ui": "^2.8.0",
|
|
59
|
-
"tailwindcss": "^4.2.0",
|
|
60
|
-
"vue-i18n": "^11.2.8",
|
|
61
|
-
"vue-router": "^5.0.3",
|
|
62
|
-
"vue3-lottie": "^3.3.1"
|
|
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
|
-
"
|
|
103
|
-
"@
|
|
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
|
-
"
|
|
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
|
}
|