vue3-tailwind-components 0.0.2 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -1
- package/dist/vue3-tailwind-components.es.js +9178 -5214
- package/dist/vue3-tailwind-components.umd.js +33 -7
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue3-tailwind-components",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "A library of Vue 3 components that use Tailwind",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": "richardhulbert/vue3-tailwind-components",
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
28
28
|
"@fortawesome/vue-fontawesome": "^3.0.2",
|
29
|
+
"lodash": "^4.17.21",
|
29
30
|
"vue": "^3.2.45"
|
30
31
|
},
|
31
32
|
"devDependencies": {
|