-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "openmap",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://0xnima.github.io/OpenMap/",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mapbox/togeojson": "^0.16.2",
"@material-tailwind/react": "^2.1.10",
"@react-leaflet/core": "^3.0.0",
"@tailwindcss/vite": "^4.0.7",
"@turf/turf": "^7.2.0",
"georaster": "^1.6.0",
"georaster-layer-for-leaflet": "^3.10.0",
"gh-pages": "^6.3.0",
"leaflet": "^1.9.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-drag-drop-files": "^2.4.0",
"react-dropzone": "^14.3.5",
"react-leaflet": "^5.0.0-rc.2",
"react-leaflet-draw": "^0.20.6",
"react-toastify": "^11.0.3",
"shpjs": "^6.1.0",
"tailwindcss": "^4.0.7"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.0"
}
}