-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "j-study",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "npx drizzle-kit push",
"db:studio": "npx drizzle-kit studio",
"db:generate": "npx drizzle-kit generate"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@auth/drizzle-adapter": "^1.11.1",
"@neondatabase/serverless": "^0.10.4",
"@vercel/blob": "^0.27.0",
"@vercel/postgres": "^0.10.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.36.4",
"heic-convert": "^2.1.0",
"next": "^16.1.1",
"next-auth": "^5.0.0-beta.30",
"pdf-parse": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/heic-convert": "^2.1.0",
"@types/node": "^22.10.2",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.28.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}