Add auto animate

This commit is contained in:
marzban-dev
2025-01-19 19:54:31 +03:30
parent 7f5ffb2698
commit f24eea6ca9
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -7,6 +7,7 @@
"name": "nuxt-app",
"hasInstallScript": true,
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/icon": "^1.9.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@tanstack/vue-query": "^5.62.2",
@@ -1008,6 +1009,12 @@
}
}
},
"node_modules/@formkit/auto-animate": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/@formkit/auto-animate/-/auto-animate-0.8.2.tgz",
"integrity": "sha512-SwPWfeRa5veb1hOIBMdzI+73te5puUBHmqqaF1Bu7FjvxlYSz/kJcZKSa9Cg60zL0uRNeJL2SbRxV6Jp6Q1nFQ==",
"license": "MIT"
},
"node_modules/@iconify/collections": {
"version": "1.0.492",
"resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.492.tgz",
+1
View File
@@ -12,6 +12,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/icon": "^1.9.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@tanstack/vue-query": "^5.62.2",