regenbogenkarte/package.json
dependabot[bot] f29540607b chore(deps): bump leaflet from 1.9.3 to 1.9.4
Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/Leaflet/Leaflet/releases)
- [Changelog](https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Leaflet/Leaflet/compare/v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: leaflet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 06:18:50 +00:00

40 lines
1 KiB
JSON

{
"name": "regenbogenkarte",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Queer-Lexikon/regenbogenkarte.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Queer-Lexikon/regenbogenkarte/issues"
},
"homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme",
"devDependencies": {
"@playwright/test": "^1.34.3",
"@tailwindcss/forms": "^0.5.3",
"@types/leaflet": "^1.9.3",
"@types/leaflet.markercluster": "^1.5.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"vite": "^4.3.5"
},
"dependencies": {
"@fontsource/ubuntu": "^4.5.11",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3"
}
}