meal_planner/package.json
2025-11-29 08:54:12 +01:00

43 lines
1 KiB
JSON

{
"name": "chefs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=3009",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "bun prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/eslint": "^0.7.6",
"@nuxt/image": "^1.11.0",
"@nuxtjs/robots": "5.0.1",
"@sentry/nuxt": "^9.47.1",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@vueuse/nuxt": "12.0.0",
"nuxt": "^3.20.1",
"nuxt-icon": "^0.6.10",
"trpc-nuxt": "^0.10.22",
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.22",
"daisyui": "^4.12.24",
"nuxt-delay-hydration": "^1.3.8",
"postcss": "^8.5.6",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.18"
},
"overrides": {
"@vercel/nft": "^0.27.4"
}
}