-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 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": "weather-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"format": "bunx biome format --write"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.1.6",
"@clerk/nextjs": "^6.33.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/themes": "^3.2.1",
"@types/jest": "^29.5.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.22",
"jest": "^29.7.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.476.0",
"next": "^15.5.4",
"next-themes": "^0.4.6",
"openai": "^4.104.0",
"posthog-js": "^1.268.9",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-leaflet": "^5.0.0",
"recharts": "^2.15.4",
"resend": "^4.8.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@eslint/eslintrc": "^3.3.1",
"@types/bun": "latest",
"@types/leaflet": "^1.9.20",
"@types/node": "^20.19.19",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"eslint": "^9.36.0",
"eslint-config-next": "15.1.7",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3"
}
}