-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1008 Bytes
/
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
{
"name": "map-of",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/extended-component-library": "^0.6.11",
"@radix-ui/themes": "^3.0.5",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"client-only": "^0.0.1",
"geojson": "^0.5.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"maplibre-gl": "^4.3.2",
"next": "^15.0.0-rc.0",
"react": "^19.0.0-rc-512b09b2-20240718",
"react-dom": "^19.0.0-rc-512b09b2-20240718",
"react-map-gl": "^7.1.7",
"react-schemaorg": "^2.0.0",
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@types/google.maps": "^3.55.9",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}