-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.58 KB
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
56
57
58
59
60
61
62
63
{
"name": "ttalkkakthon",
"version": "0.1.0",
"private": true,
"homepage": "https://ttalkkakthon.vibecodingclub.kr/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate",
"format:md": "npx prettier --write \"**/*.{md,mdx}\""
},
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"@prisma/adapter-neon": "^7.4.1",
"@prisma/client": "^7.6.0",
"@tailwindcss/typography": "^0.5.19",
"@vercel/blob": "^2.3.1",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"motion": "^12.36.0",
"next": "16.2.0",
"next-auth": "5.0.0-beta.30",
"postprocessing": "^6.38.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"three": "^0.183.2",
"zod": "^4.3.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/engines",
"prisma"
],
"overrides": {
"lodash": ">=4.17.23",
"hono": ">=4.12.8",
"@hono/node-server": ">=1.19.10",
"flatted": ">=3.4.0",
"undici": ">=6.24.0",
"picomatch": ">=4.0.4",
"brace-expansion": ">=5.0.5"
}
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"dotenv": "^17.3.1",
"eslint": "^9",
"eslint-config-next": "16.2.0",
"prisma": "^7.6.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}