-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "maps",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.10.5",
"@chakra-ui/styled-system": "^2.12.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@react-leaflet/core": "^2.1.0",
"@tmcw/togeojson": "^6.0.1",
"axios": "^1.7.9",
"change-case": "^5.4.4",
"framer-motion": "^11.18.2",
"jotai": "^2.11.3",
"leaflet": "^1.9.4",
"leaflet-measure": "^3.1.0",
"proj4": "^2.15.0",
"proj4leaflet": "^1.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.4.0",
"react-lazily": "^0.9.2",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-custom-control": "^1.4.0",
"react-query": "^3.39.3",
"react-router-dom": "^7.1.5",
"react-use": "^17.6.0",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.1",
"@types/proj4": "^2.5.6",
"@types/proj4leaflet": "^1.0.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.5",
"babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"eslint": "9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-testing-library": "^7.1.1",
"globals": "^15.14.0",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint ./src",
"test": "vitest",
"test:ci": "vitest run --coverage",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.6.0"
}