vue3-tailwind-components 0.0.7 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/dist/vue3-tailwind-components.es.js +7218 -6895
- package/dist/vue3-tailwind-components.umd.js +24 -24
- package/package.json +3 -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.9",
|
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,8 @@
|
|
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
|
+
"@vueuse/core": "^10.2.0",
|
30
|
+
"click-outside-vue3": "^4.0.1",
|
29
31
|
"tailwindcss": "^3.2.4",
|
30
32
|
"tailwindcss-animate": "^1.0.5",
|
31
33
|
"vue": "^3.2.45"
|