mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
03ec937f8a
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1 KiB
JSON
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.38.1",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@types/leaflet": "^1.9.6",
|
|
"@types/leaflet.markercluster": "^1.5.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.0.3",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ubuntu": "^5.0.5",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3"
|
|
}
|
|
}
|