-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·90 lines (90 loc) · 2.35 KB
/
package.json
File metadata and controls
executable file
·90 lines (90 loc) · 2.35 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
{
"name": "CatMapper",
"version": "2026.6.1-1632",
"private": true,
"homepage": "/",
"dependencies": {
"@auth0/auth0-react": "^2.2.1",
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@deck.gl/layers": "^9.1.12",
"@deck.gl/react": "^9.1.12",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/source-sans-pro": "^5.0.8",
"@json2csv/plainjs": "^7.0.6",
"@json2csv/transforms": "^7.0.6",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.10",
"@mui/x-data-grid": "^6.16.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"fflate": "^0.8.3",
"framer-motion": "^12.12.2",
"json2csv": "^6.0.0-alpha.2",
"leaflet": "^1.9.4",
"leaflet-canvas-marker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"maplibre-gl": "^4.7.1",
"papaparse": "^5.5.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.9",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.16.0",
"read-excel-file": "^9.0.9",
"recharts": "^2.15.3",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"write-excel-file": "^4.0.6"
},
"scripts": {
"start": "vite --host --port 3000",
"dev": "vite --host --port 3000",
"start-backend": "cd api && env/bin/flask run --no-debugger",
"build": "vite build",
"preview": "vite preview --host --port 3000",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browser": {
"fs": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.58.2",
"@vitejs/plugin-react": "^5.2.0",
"jsdom": "^28.1.0",
"vite": "^7.3.2",
"vitest": "^4.1.4",
"wait-on": "^9.0.5"
},
"overrides": {
"undici": "^7.24.5",
"lodash": "^4.18.1",
"brace-expansion@^1.1.7": "1.1.13",
"brace-expansion@^2.0.1": "2.0.3"
}
}