2023-06-06 19:51:48 +02:00
|
|
|
{
|
|
|
|
|
"name": "nuxt-app",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "nuxt build",
|
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
|
"postinstall": "nuxt prepare"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-06-08 00:30:48 +02:00
|
|
|
"@nuxt/image": "^1.0.0-rc.1",
|
2023-06-06 19:51:48 +02:00
|
|
|
"@nuxtjs/tailwindcss": "^6.7.0",
|
|
|
|
|
"@types/node": "^18",
|
2023-06-11 23:53:56 +02:00
|
|
|
"nuxt-headlessui": "^1.1.4",
|
2023-06-08 00:30:48 +02:00
|
|
|
"nuxt-icon": "^0.4.1"
|
2023-06-08 19:39:45 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-06-23 18:38:36 +02:00
|
|
|
"nuxt": "^3.6.0",
|
2023-06-08 19:39:45 +02:00
|
|
|
"@pinia/nuxt": "^0.4.11",
|
2023-06-11 23:53:56 +02:00
|
|
|
"nuxt-swiper": "^1.1.0",
|
2025-10-08 21:57:12 +02:00
|
|
|
"nuxt-umami": "^2.4.2",
|
2023-06-16 16:32:50 +02:00
|
|
|
"pinia": "^2.1.3",
|
|
|
|
|
"sharp": "^0.32.1"
|
2023-06-06 19:51:48 +02:00
|
|
|
}
|
|
|
|
|
}
|