regenbogenkarte/package.json
dependabot[bot] b7ea4541c6 chore(deps-dev): bump @types/leaflet from 1.7.11 to 1.8.0
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.7.11 to 1.8.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 08:22:28 +02: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.25.2",
"@tailwindcss/forms": "^0.5.3",
"@types/leaflet": "^1.8.0",
"@types/leaflet.markercluster": "^1.5.1",
"autoprefixer": "^10.4.9",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
},
"dependencies": {
"@fontsource/ubuntu": "^4.5.11",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3"
}
}