-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.17 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": "irmai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.5",
"@ai-sdk/react": "^1.2.4",
"@react-three/fiber": "^8.18.0",
"@types/three": "^0.175.0",
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.6.4",
"ai": "4.2.9",
"html2canvas": "^1.4.1",
"leva": "^0.10.0",
"markdown-to-jsx": "^7.7.4",
"motion": "^12.6.2",
"next": "~15.5.10",
"openai": "4.90.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-parallax-tilt": "^1.7.288",
"remove": "^0.1.5",
"three": "^0.175.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.17",
"@types/node": "^22.13.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "5.8.2"
},
"browser": {
"crypto": false
},
"overrides": {
"jsondiffpatch": "^0.7.2"
}
}