mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-22 04:03:07 +00:00
01561e7461
Bumps the all group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.7.4 to 22.7.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "regenbogenkarte",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "run-s typecheck build_only",
|
|
"build_only": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"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.47.2",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/leaflet.markercluster": "^1.5.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"npm-run-all2": "^6.2.3",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ubuntu": "^5.1.0",
|
|
"@types/node": "^22.7.5",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3"
|
|
}
|
|
}
|