-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
51
52
53
{
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy:test": "gh-pages -d dist -b gh-pages",
"format": "prettier --write .",
"test": "vitest",
"test:run": "vitest run",
"deploy": "gh-pages -d dist -b build"
},
"dependencies": {
"@chakra-ui/react": "^3.16.1",
"@emotion/react": "^11.14.0",
"@openpv/simshady": "^0.1.1",
"@react-three/drei": "^10.7.7",
"geotiff": "^3.0.5",
"i18next": "^25.7.3",
"i18next-http-backend": "^3.0.5",
"maplibre-gl": "^5.19.0",
"next-themes": "^0.4.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-helmet-async": "^3.0.0",
"react-i18next": "^15.5.1",
"react-icons": "^5.4.0",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.12.0",
"three": "^0.172.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@vitejs/plugin-react": "^5.1.4",
"gh-pages": "^6.3.0",
"jsdom": "^27.3.0",
"prettier": "3.5.3",
"vite": "^7.3.2",
"vitest": "^4.0.16"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}