-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "wanderlens",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/language": "^6.5.0",
"@google-cloud/speech": "^6.7.0",
"@google-cloud/storage": "^7.15.0",
"@google-cloud/text-to-speech": "^5.8.0",
"@google-cloud/translate": "^8.5.0",
"@google-cloud/vertexai": "^1.9.3",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@shadcn/ui": "^0.0.4",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"@types/google.maps": "^3.58.1",
"@types/uuid": "^10.0.0",
"bufferutil": "^4.0.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eventemitter3": "^5.0.1",
"firebase": "^10.8.0",
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.3.1",
"framer-motion": "^12.4.1",
"google-auth-library": "^9.15.1",
"lucide-react": "^0.474.0",
"motion": "^12.4.1",
"next": "^15.1.6",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"nookies": "^2.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"shadcn-ui": "^0.9.4",
"simplex-noise": "^4.0.3",
"styled-components": "^6.1.15",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.173.0",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@google/generative-ai": "^0.21.0",
"@types/node": "^20.17.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.5.14",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}