-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 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
{
"name": "pickly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.8.0",
"@hookform/resolvers": "^3.10.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@motionone/utils": "^10.18.0",
"@react-google-maps/api": "^2.20.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-query-devtools": "^5.77.2",
"axios": "^1.9.0",
"cookie": "^1.0.2",
"cookies-next": "^6.0.0",
"framer-motion": "^12.15.0",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.511.0",
"mongoose": "^8.16.0",
"next": "15.3.2",
"openai": "^5.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.56.4",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar-hide": "^2.0.0",
"zod": "^3.25.34",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tanstack/react-query-devtools": "^5.79.0",
"@types/google.maps": "^3.58.1",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-icons": "^2.2.7",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"typescript": "^5"
}
}