-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.96 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.96 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
{
"name": "Jet Lag Hide and Seek Map Generator",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --fix src && prettier . --write",
"test": "vitest"
},
"dependencies": {
"@arcgis/core": "^4.32.10",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "4.2.0",
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@radix-ui/react-alert-dialog": "^1.1.11",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.6",
"@terraformer/arcgis": "^2.1.2",
"@turf/turf": "^7.2.0",
"@vite-pwa/astro": "^0.5.0",
"astro": "^5.7.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^4.0.0",
"d3-geo-voronoi": "^2.1.0",
"leaflet": "^1.9.4",
"leaflet-contextmenu": "^1.4.0",
"leaflet-draw": "^1.0.4",
"leaflet-easyprint": "^2.1.9",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"nanostores": "^0.11.3",
"open-location-code": "^1.0.3",
"osmtogeojson": "3.0.0-beta.5",
"papaparse": "^5.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-leaflet": "5.0.0",
"react-leaflet-draw": "^0.20.6",
"react-toastify": "^11.0.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vaul": "^1.1.2",
"zod": "^3.25.28"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/d3-geo": "^3.1.0",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.16",
"@types/leaflet-draw": "^1.0.11",
"@types/lodash": "^4.17.15",
"@types/open-location-code": "^1.0.1",
"@types/papaparse": "^5.5.2",
"@types/react": "19.1.6",
"@types/react-dom": "19.0.3",
"@types/terraformer__arcgis": "^2.0.5",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.0.0",
"prettier": "3.5.3",
"typescript-eslint": "^8.24.0",
"vitest": "^3.1.4"
},
"engines": {
"node": "<25"
}
}