-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "zaunermax-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clear-cache": "rimraf .next"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.71",
"@hookform/resolvers": "^3.9.0",
"@portabletext/react": "^3.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.62.2",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"ai": "^3.4.18",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"jotai": "^2.10.1",
"lucide-react": "^0.453.0",
"next": "15.0.1",
"next-sanity": "^9.8.7",
"next-themes": "^0.3.0",
"openai": "^4.68.4",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.1",
"react-type-animation": "^3.2.0",
"sanity": "^3.62.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/node": "20.12.8",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "15.0.1",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rimraf": "^5.0.5",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.12.2",
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}
}