-
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.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/pg-adapter": "^1.10.0",
"@aws-sdk/client-s3": "^3.1019.0",
"@aws-sdk/s3-request-presigner": "^3.1019.0",
"@google/genai": "^1.47.0",
"@google/generative-ai": "^0.24.1",
"@neondatabase/serverless": "^1.0.1",
"@tiptap/extension-image": "^3.4.2",
"@tiptap/react": "^3.4.2",
"@tiptap/starter-kit": "^3.4.2",
"cheerio": "^1.1.2",
"google": "^2.1.0",
"lucide-react": "^0.544.0",
"next": "^16.2.3",
"next-auth": "^5.0.0-beta.29",
"openai": "^6.33.0",
"pg": "^8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-select": "^5.10.2",
"tiptap-extension-resize-image": "^1.3.1",
"zod": "^4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.0.50",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^4.1.11",
"typescript": "^5"
}
}