Skip to content

Commit

Permalink
feat: autoanimate UI components
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Nov 10, 2023
1 parent bcacb7a commit 6f90c8d
Show file tree
Hide file tree
Showing 5 changed files with 524 additions and 514 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { defineNuxtConfig } from 'nuxt/config'

export default defineNuxtConfig({
// https://nuxt.com/docs/getting-started/deployment#static-hosting
ssr: false,
Expand Down Expand Up @@ -52,7 +50,9 @@ export default defineNuxtConfig({

'@vite-pwa/nuxt',

'nuxt-simple-sitemap'
'nuxt-simple-sitemap',

'@formkit/auto-animate/nuxt'
],

/** @type {import('@sidebase/nuxt-auth')} */
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"build": "nuxt generate"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@headlessui-float/vue": "^0.12.0",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.16",
Expand Down
Loading

0 comments on commit 6f90c8d

Please sign in to comment.