-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "my-maze-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.36",
"@auth/core": "^0.34.2",
"@google/generative-ai": "^0.16.0",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@types/lodash": "^4.17.7",
"@use-gesture/react": "^10.3.1",
"ai": "^3.3.6",
"date-fns": "^3.6.0",
"encoding": "^0.1.13",
"firebase": "^10.12.4",
"framer-motion": "^11.3.23",
"jdenticon": "^3.3.0",
"konva": "^9.3.14",
"lodash": "^4.17.21",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"openai": "^4.55.1",
"path": "^0.12.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-konva": "^18.2.10",
"react-responsive": "^10.0.0",
"react-zoom-pan-pinch": "^3.6.1",
"three": "^0.167.0",
"use-image": "^1.1.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}