vue3-tailwind-components 0.3.2 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/vue3-tailwind-components.es.js +2243 -2229
- package/dist/vue3-tailwind-components.umd.js +11 -11
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue3-tailwind-components",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.5",
|
4
4
|
"description": "A library of Vue 3 components that use Tailwind",
|
5
5
|
"keywords": [
|
6
6
|
"vue3",
|
@@ -34,17 +34,18 @@
|
|
34
34
|
"@fortawesome/vue-fontawesome": "^3.0.2",
|
35
35
|
"@vueuse/core": "^10.2.0",
|
36
36
|
"click-outside-vue3": "^4.0.1",
|
37
|
+
"esbuild": "^0.21.4",
|
37
38
|
"tailwindcss": "^3.2.4",
|
38
39
|
"tailwindcss-animate": "^1.0.7",
|
39
40
|
"vue": "^3.2.45"
|
40
41
|
},
|
41
42
|
"devDependencies": {
|
42
|
-
"lodash": "^4.17.21",
|
43
43
|
"@faker-js/faker": "^7.6.0",
|
44
44
|
"@vitejs/plugin-vue": "^4.0.0",
|
45
45
|
"autoprefixer": "^10.4.13",
|
46
|
+
"lodash": "^4.17.21",
|
46
47
|
"postcss": "^8.4.20",
|
47
48
|
"tailwindcss": "^3.2.4",
|
48
|
-
"vite": "^4.
|
49
|
+
"vite": "^4.5.3"
|
49
50
|
}
|
50
51
|
}
|