You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
{ |
|
"name": "nuxt-app", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"build": "nuxt build", |
|
"dev": "nuxt dev", |
|
"generate": "nuxt generate", |
|
"preview": "nuxt preview", |
|
"postinstall": "nuxt prepare" |
|
}, |
|
"dependencies": { |
|
"@headlessui/vue": "^1.7.23", |
|
"@nuxt/image": "^1.10.0", |
|
"@vueuse/core": "^13.1.0", |
|
"class-variance-authority": "^0.7.1", |
|
"embla-carousel-vue": "^8.6.0", |
|
"lucide-vue-next": "^0.486.0", |
|
"motion-v": "1.0.0-beta.2", |
|
"nuxt": "^3.16.1", |
|
"nuxt-swiper": "2.0.0", |
|
"reka-ui": "^2.2.0", |
|
"shadcn-nuxt": "1.0.3", |
|
"simplex-noise": "^4.0.3", |
|
"vue": "^3.5.13", |
|
"vue-router": "^4.5.0" |
|
}, |
|
"devDependencies": { |
|
"@iconify-json/mingcute": "^1.2.3", |
|
"@inspira-ui/plugins": "^0.0.1", |
|
"@nuxt/icon": "^1.11.0", |
|
"@nuxtjs/tailwindcss": "^6.13.2", |
|
"autoprefixer": "^10.4.21", |
|
"clsx": "^2.1.1", |
|
"postcss": "^8.5.3", |
|
"prettier": "^3.5.3", |
|
"prettier-plugin-tailwindcss": "^0.6.11", |
|
"tailwind-merge": "^3.2.0", |
|
"tailwindcss-animate": "^1.0.7" |
|
}, |
|
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a" |
|
}
|
|
|