-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
47
48
49
50
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write \"**/*.{js,ts,tsx,md,json}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,json}\"",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.43",
"@ai-sdk/openai": "^0.0.48",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@vercel/blob": "^0.23.4",
"@vercel/functions": "^1.4.0",
"ai": "^3.3.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jiti": "^1.21.6",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.5.0",
"stripe": "^16.8.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vercel/style-guide": "^6.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}