-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 757 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 757 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
{
"name": "lc-map",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@maplibre/maplibre-gl-leaflet": "^0.0.19",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"eslint": "latest",
"eslint-config-next": "^14.0.4",
"leaflet.markercluster": "^1.5.3",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9"
},
"devDependencies": {
"prettier": "3.0.3"
}
}