-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@hello-pangea/dnd": "^18.0.1",
"@heroicons/react": "^2.2.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mapbox/mapbox-sdk": "^0.16.1",
"@prisma/client": "^6.8.2",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slider": "^1.2.3",
"@react-google-maps/api": "^2.20.6",
"@tailwindcss/forms": "^0.5.10",
"@turf/turf": "^7.2.0",
"@types/leaflet": "^1.9.16",
"bcrypt": "^6.0.0",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"leaflet-routing-machine": "^3.2.12",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"mapbox-gl": "^3.12.0",
"next": "15.2.0-canary.51",
"next-auth": "5.0.0-beta.25",
"postgres": "^3.4.5",
"react": "latest",
"react-dom": "latest",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-leaflet-routing-machine": "^0.0.5",
"react-map-gl": "^7.0.19",
"react-toastify": "^11.0.5",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
"uuid": "^11.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@mapbox/mapbox-sdk": "^0.15.3",
"@turf/turf": "^6.5.0",
"@types/bcrypt": "^5.0.2",
"@types/google.maps": "^3.58.1",
"@types/lodash": "^4.17.15",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "19.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.1.7",
"mapbox-gl": "^2.15.0",
"postcss": "8.5.1",
"react-map-gl": "^7.1.6",
"tailwindcss": "3.4.17"
}
}