-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 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
31
32
33
34
35
36
37
38
{
"private": true,
"scripts": {
"dev": "next dev -p 3300",
"build": "next build",
"start": "next start",
"sql": "drizzle-kit generate:pg",
"drop": "drizzle-kit drop"
},
"dependencies": {
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"autoprefixer": "10.4.20",
"drizzle-orm": "^0.33.0",
"eslint": "^8.55.0",
"eslint-plugin-drizzle": "^0.2.3",
"geist": "^1.3.1",
"next": "14.2.11",
"pg": "^8.12.0",
"postcss": "8.4.45",
"postgres": "^3.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"swr": "^2.2.5",
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
},
"devDependencies": {
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"drizzle-kit": "^0.24.2",
"encoding": "^0.1.13"
}
}