-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.04 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
{
"name": "goodreads-wrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@neondatabase/serverless": "^0.10.4",
"@types/papaparse": "^5.3.15",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.4",
"encoding": "^0.1.13",
"lucide-react": "^0.454.0",
"nanoid": "^5.0.9",
"next": "^14.2.35",
"openai": "^4.73.0",
"papaparse": "^5.4.1",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"recharts": "^2.13.3",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10",
"drizzle-kit": "^1.0.0-beta.9",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}