-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.14 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
{
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist -b build",
"deploy:test": "gh-pages -d dist -b gh-pages"
},
"dependencies": {
"@chakra-ui/react": "^2.10.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@openpv/simshady": "^0.0.5",
"@react-three/drei": "^9.114.0",
"geotiff": "^2.1.3",
"i18next": "^23.14.0",
"i18next-http-backend": "^2.6.1",
"jszip": "^3.10.1",
"maplibre-gl": "^4.7.1",
"pako": "^2.1.0",
"proj4": "^2.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.0",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.27.0",
"react-three-fiber": "^6.0.13",
"three": "^0.169.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"gh-pages": "^6.1.1",
"vite": "^5.4.9"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}