-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 KB
/
package.json
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": "okinawa-go",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "1.1.9",
"@ai-sdk/deepseek": "0.1.11",
"@ai-sdk/google-vertex": "2.1.17",
"@ai-sdk/openai": "1.1.13",
"@ai-sdk/perplexity": "1.0.1",
"@ai-sdk/react": "1.1.17",
"@ai-sdk/ui-utils": "1.1.15",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@vercel/blob": "^0.26.0",
"ai": "4.1.45",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.476.0",
"next": "latest",
"openai": "4.52.6",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.14",
"eslint": "8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
}