-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 3.72 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "maps",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"dependencies": {
"@chakra-ui/react": "^3.36.0",
"@emotion/react": "^11.14.0",
"@maplibre/maplibre-gl-leaflet": "^0.1.3",
"@react-leaflet/core": "^3.0.0",
"@rm-hull/chakra-error-fallback": "^0.1.3",
"@rm-hull/use-local-storage": "^0.3.4",
"@sentry/react": "^10.63.0",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-devtools": "^5.101.2",
"@terraformer/wkt": "^2.2.2",
"@tmcw/togeojson": "^7.1.2",
"axios": "^1.18.1",
"change-case": "^5.4.4",
"framer-motion": "^12.42.2",
"javascript-time-ago": "^2.6.4",
"leaflet": "^1.9.4",
"leaflet-auto-graticule": "^2.0.0",
"leaflet-measure": "^3.1.0",
"maplibre-gl": "^5.24.0",
"next-themes": "^0.4.6",
"proj4": "^2.20.9",
"proj4leaflet": "^1.0.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-ga4": "^3.0.1",
"react-icons": "^5.7.0",
"react-lazily": "^0.9.2",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.1.3",
"react-router-dom": "^7.18.1",
"react-time-ago": "^7.4.4",
"react-use": "^17.6.1",
"web-vitals": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@chakra-ui/cli": "^3.36.0",
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@tanstack/eslint-plugin-query": "^5.101.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/babel__core": "^7.20.5",
"@types/geojson": "^7946.0.16",
"@types/jsdom": "^28.0.3",
"@types/leaflet": "^1.9.21",
"@types/node": "^26.1.0",
"@types/proj4": "^2.19.0",
"@types/proj4leaflet": "^1.0.12",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/terraformer__wkt": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@typescript-eslint/types": "^8.62.1",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.9",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^18.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"eslint-plugin-testing-library": "^7.16.2",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"prettier": "^3.9.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3",
"vitest": "^4.1.9"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"test:watch": "vitest run",
"preview": "vite preview",
"format": "prettier --write ./src",
"lint": "eslint --cache --fix ./src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"baseline-browser-mapping": "^2.10.0"
},
"packageManager": "yarn@4.17.0"
}