forked from Y-Santhosh/travel-hub
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 910 Bytes
/
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
{
"name": "travel-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.0.2",
"@google/generative-ai": "^0.21.0",
"@headlessui/react": "^2.2.0",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.2",
"clsx": "^2.1.1",
"firebase": "^11.0.1",
"firebase-admin": "^13.0.1",
"framer-motion": "^11.12.0",
"next": "15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-native-google-places-autocomplete": "^2.5.7",
"tailwind-merge": "^2.5.5",
"three": "^0.170.0",
"three-globe": "^2.34.4"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}