-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 820 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.0.0-rc.6",
"@types/mapbox-gl": "^2.7.6",
"google-polyline": "^1.0.3",
"leaflet": "^1.8.0",
"mapbox-gl": "^2.10.0",
"pg": "^8.8.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-leaflet": "^4.0.1",
"simplify-js": "^1.2.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.0",
"@types/google-polyline": "^1.0.0",
"@types/leaflet": "^1.7.11",
"@types/node": "^18.7.5",
"@types/pg": "^8.6.5",
"@types/react": "^18.0.1",
"@types/xml2js": "^0.4.11",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"sass": "^1.54.9",
"xml2js": "^0.4.23"
}
}