-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"dprint": "dprint",
"start": "node --env-file=.env .output/server/index.mjs"
},
"dependencies": {
"@epic-web/cachified": "^5.1.2",
"@neondatabase/serverless": "^0.9.0",
"@nuxt/image": "^1.4.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@prisma/adapter-neon": "^5.11.0",
"@prisma/client": "5.11.0",
"@types/dompurify": "^3.0.5",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"ai": "^3.0.10",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"cachified-redis-json-adapter": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dompurify": "^3.0.9",
"dprint": "^0.45.0",
"firebase": "^10.8.1",
"lucide-vue-next": "^0.356.0",
"marked": "^12.0.0",
"nuxt": "^3.10.1",
"openai": "^4.29.0",
"pocketbase": "^0.21.1",
"postcss": "^8.4.35",
"radix-vue": "^1.5.2",
"replicate": "^0.28.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.3.2",
"@types/ws": "^8.5.10",
"prisma": "^5.11.0",
"typescript": "^5.4.2"
}
}