forked from flockhopper3/deflock_maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.96 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.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
{
"name": "deflock-maps",
"version": "1.0.0",
"description": "ALPR camera map and privacy-focused route planning application, hosted at maps.deflock.org",
"type": "module",
"license": "MIT",
"author": "FlockHopper Contributors",
"repository": {
"type": "git",
"url": "https://github.com/YOUR_USERNAME/flockhopper.git"
},
"bugs": {
"url": "https://github.com/YOUR_USERNAME/flockhopper/issues"
},
"homepage": "https://github.com/YOUR_USERNAME/flockhopper#readme",
"keywords": [
"privacy",
"routing",
"alpr",
"surveillance",
"maps",
"navigation",
"graphhopper",
"react",
"typescript"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@deck.gl/core": "^9.2.9",
"@deck.gl/layers": "^9.2.9",
"@deck.gl/mapbox": "^9.2.9",
"@protomaps/basemaps": "^5.7.0",
"@radix-ui/react-slot": "^1.2.4",
"@turf/turf": "^7.1.0",
"@types/geojson": "^7946.0.16",
"@types/mapbox__point-geometry": "^0.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3-contour": "^4.0.2",
"framer-motion": "^12.23.26",
"lucide-react": "^0.562.0",
"maplibre-gl": "^5.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.11.0",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/d3-contour": "^3.0.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}