Files
archived-ux-leaflet-map/assets/package.json
2026-02-03 23:14:09 +01:00

65 lines
1.9 KiB
JSON

{
"name": "@symfony/ux-leaflet-map",
"description": "Leaflet bridge for Symfony UX Map, integrate interactive maps in your Symfony applications",
"license": "MIT",
"version": "2.32.0",
"keywords": [
"symfony-ux",
"leaflet",
"map"
],
"homepage": "https://ux.symfony.com/map",
"repository": "https://github.com/symfony/ux",
"type": "module",
"files": [
"dist"
],
"main": "dist/map_controller.js",
"types": "dist/map_controller.d.ts",
"scripts": {
"build": "tsx ../../../../../../bin/build_package.ts .",
"watch": "tsx ../../../../../../bin/build_package.ts . --watch",
"test": "pnpm run test:browser",
"test:browser": "playwright test",
"test:browser:ui": "playwright test --ui"
},
"symfony": {
"controllers": {
"map": {
"main": "dist/map_controller.js",
"webpackMode": "lazy",
"fetch": "lazy",
"enabled": true
}
},
"importmap": {
"@hotwired/stimulus": "^3.0.0",
"leaflet": "^1.9.4",
"@symfony/ux-leaflet-map": "path:%PACKAGE%/dist/map_controller.js"
}
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0",
"leaflet": "^1.9.4"
},
"peerDependenciesMeta": {
"leaflet": {
"optional": false
}
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/leaflet": "^1.9.12",
"@vitest/browser": "^3.2.4",
"jsdom": "^26.1.0",
"leaflet": "^1.9.4",
"tslib": "^2.8.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}