{ "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev --host=0.0.0.0", "generate": "nuxt generate", "postinstall": "nuxt prepare" }, "dependencies": { "@formkit/tempo": "^0.1.2", "@google/genai": "^1.5.1", "@neondatabase/serverless": "^1.0.0", "@nuxt/icon": "1.11.0", "@nuxt/image": "^1.10.0", "@nuxt/ui": "3.0.2", "@vee-validate/nuxt": "^4.15.0", "@vercel/functions": "^2.2.3", "@vueuse/nuxt": "^13.0.0", "destr": "^2.0.5", "drizzle-orm": "^0.41.0", "nuxt": "^3.16.2", "nuxt-auth-utils": "0.5.18", "openai": "^4.104.0", "posthog-js": "^1.256.2", "posthog-node": "^5.1.1", "radash": "^12.1.0", "ts-pattern": "^5.7.1", "url": "^0.11.4", "vue": "^3.5.13", "vue-router": "^4.5.0", "zod": "^3.25.55" }, "devDependencies": { "drizzle-kit": "^0.30.6", "typescript": "^5.8.2", "vue-tsc": "^2.2.8" }, "trustedDependencies": [ "@parcel/watcher", "esbuild", "sharp", "vue-demi", "workerd" ] }