-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 913 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/sync-contents.mjs && node scripts/migrate-engagement.mjs --soft && next build",
"db:migrate": "node scripts/migrate-engagement.mjs",
"start": "next start",
"sync-contents": "node scripts/sync-contents.mjs",
"postinstall": "node scripts/sync-contents.mjs --soft"
},
"dependencies": {
"@neondatabase/serverless": "^1.1.0",
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"geist": "^1.5.1",
"next": "^16.0.8",
"next-mdx-remote": "^6.0.0",
"postcss": "^8.4.35",
"react": "19.2.0",
"react-dom": "19.2.0",
"remark-gfm": "^4.0.1",
"sugar-high": "^0.9.5",
"tailwindcss": "^4.3.2",
"typescript": "5.3.3"
}
}