-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@maplibre/maplibre-gl-geocoder": "1.5.0",
"@ninanor/maplibre-gl-cog": "^0.0.2",
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-router": "^0.0.1-beta.285",
"@watergis/legend-symbol": "^0.2.3",
"axios": "^1.6.2",
"events": "^3.3.0",
"fast-png": "^6.2.0",
"geotiff": "^2.1.0",
"lodash": "^4.17.21",
"maplibre-gl": "^3.6.2",
"pmtiles": "^2.11.0",
"react": "^18.2.0",
"react-arborist": "^3.3.0-rc.1",
"react-dom": "^18.2.0",
"rollup": "^4.5.2",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^20.9.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"vite": "^5.0.0"
}
}