-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.62 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "wildguide",
"description": "The WildGuide user interface.",
"private": true,
"version": "0.1.0",
"type": "module",
"author": "Henry de Lange (MyWild)",
"license": "MIT",
"scripts": {
"dev": "node generate-git-info.cjs && vite",
"rtk-query:codegen": "npx @rtk-query/codegen-openapi@latest ./openapi-config.json",
"pwa-assets:generate": "pwa-assets-generator",
"license:summary": "npx license-checker@latest --summary --out licenses-summary.txt",
"license:csv": "npx license-checker@latest --csv --out licenses.csv",
"lint": "eslint .",
"build": "node generate-git-info.cjs && tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.34.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/react-router": "^1.162.9",
"@tanstack/react-virtual": "^3.13.19",
"@tanstack/router": "^0.0.1-beta.53",
"async-mutex": "^0.5.0",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.88.0",
"lucide-react": "^0.575.0",
"markdown-to-jsx": "^9.7.6",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-hook-form": "^7.71.2",
"react-i18next": "^16.5.4",
"react-leaflet": "^5.0.0",
"react-redux": "^9.2.0",
"react-zoom-pan-pinch": "^3.7.0",
"redux": "^5.0.1",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@hookform/devtools": "^4.4.0",
"@tanstack/router-devtools": "^1.162.9",
"@tanstack/router-plugin": "^1.162.9",
"@types/color-name": "^2.0.0",
"@types/leaflet": "^1.9.21",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react-swc": "^4.2.3",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.3.0",
"rollup-plugin-visualizer": "^7.0.0",
"simple-git": "^3.32.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1",
"workbox-window": "^7.4.0"
}
}