-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.3 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "atlas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start_local": "next build && next start",
"lint": "next lint",
"publish": "next build && next export"
},
"author": "",
"license": "GPLv3",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"@mui/styled-engine-sc": "^5.10.16",
"axios": "^1.2.0",
"geobuf": "^3.0.2",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.3",
"leaflet.fullscreen": "^2.4.0",
"next": "^12.2.6",
"pbf": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-leaflet": "^4.2.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-window": "^1.8.8",
"screenfull": "^6.0.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/leaflet": "^1.9.0",
"@types/node": "18.11.10",
"@types/react": "^18.0.26",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.6",
"prettier": "2.8.0",
"typescript": "^4.9.3"
}
}