-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "cloudflare-r2-d2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "tsx scripts/verify-db.ts || tsx scripts/migrate.ts && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.8.0",
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/node-http-handler": "^3.370.0",
"@cloudflare/workers-types": "^4.20250313.0",
"@neondatabase/serverless": "^0.10.4",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-query-devtools": "^5.68.0",
"@types/bcryptjs": "^3.0.0",
"bcryptjs": "^3.0.2",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.40.1",
"framer-motion": "^12.5.0",
"next": "15.2.2",
"next-auth": "^5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.30.5",
"tailwindcss": "^4",
"tsx": "^4.7.0",
"typescript": "^5"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "4.0.1"
}
}