-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.21 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.21 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
75
76
77
78
79
80
{
"name": "checkmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@maptiler/geocoding-control": "^2.1.4",
"@maptiler/leaflet-maptilersdk": "^4.0.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@tabler/icons-react": "^3.29.0",
"@tanstack/react-query": "^5.65.0",
"@types/geojson": "^7946.0.15",
"@vercel/analytics": "^1.4.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^12.0.6",
"ldrs": "^1.0.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-geosearch": "^4.0.0",
"leaflet-routing-machine": "^3.2.12",
"lucide-react": "^0.471.1",
"mapbox-gl": "^3.9.3",
"maplibre-gl": "4.7.1",
"mongodb": "^6.12.0",
"mongoose": "^8.9.5",
"motion": "^12.0.11",
"next": "15.1.4",
"next-auth": "^4.24.11",
"pmtiles": "^4.2.1",
"prop-types": "^15.8.1",
"protomaps-themes-base": "^4.3.1",
"react": "^18.2.0",
"react-color-palette": "^7.3.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.8",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-filters": "^3.0.0",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/leaflet": "^1.9.16",
"@types/leaflet-routing-machine": "^3.2.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-icons": "^2.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}