mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
0ee6d9455a
Bumps the all group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) and [postcss](https://github.com/postcss/postcss). Updates `@types/node` from 22.5.0 to 22.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@tailwindcss/forms` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...v0.5.8) Updates `postcss` from 8.4.41 to 8.4.44 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.44) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss dependency-type: direct:development 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.46.1",
|
|
"@tailwindcss/forms": "^0.5.8",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/leaflet.markercluster": "^1.5.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"npm-run-all2": "^6.2.2",
|
|
"postcss": "^8.4.44",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ubuntu": "^5.0.14",
|
|
"@types/node": "^22.5.2",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3"
|
|
}
|
|
}
|