-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"name": "filament-leaflet",
"version": "1.0.0",
"description": "A powerful and elegant Leaflet integration for Filament PHP that makes creating interactive maps a breeze. Build beautiful, feature-rich maps with markers, clusters, shapes, and more using a fluent, expressive API.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduardoribeirodev/filament-leaflet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/eduardoribeirodev/filament-leaflet/issues"
},
"homepage": "https://github.com/eduardoribeirodev/filament-leaflet#readme",
"devDependencies": {
"esbuild": "^0.28.1",
"vite": "^7.3.0"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.19.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^4.4.0",
"leaflet-hero-marker": "^1.0.0",
"leaflet.fullscreen": "^5.1.1",
"leaflet.markercluster": "^1.5.3"
}
}