-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "wobahn",
"type": "module",
"version": "0.6.4",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.0.2",
"@astrojs/react": "^4.2.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"astro": "^5.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"leaflet": "^1.9.4",
"lucide-react": "^0.471.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "5.0.0",
"react-leaflet-drift-marker": "^4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.5",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.10.5"
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4"
}