-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.74 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
{
"name": "maps",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.10.4",
"@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.0",
"axios": "^1.7.9",
"change-case": "^5.4.4",
"framer-motion": "^11.14.4",
"jotai": "^2.11.0",
"leaflet": "^1.9.4",
"leaflet-measure": "^3.1.0",
"proj4": "^2.11.0",
"proj4leaflet": "^1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"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.0.2",
"react-use": "^17.6.0",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.15",
"@types/node": "^22.10.2",
"@types/proj4": "^2.5.5",
"@types/proj4leaflet": "^1.0.10",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "9.17.0",
"eslint-config-prettier": "^9.1.0",
"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.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-testing-library": "^7.1.1",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.11",
"vitest": "^2.1.8"
},
"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.5.3"
}