mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 14:44:13 +00:00
e1f97eb3e1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.1 to 1.25.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.25.1...v1.25.2) --- updated-dependencies: - dependency-name: "@playwright/test" 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.25.2",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/leaflet": "^1.7.11",
|
|
"@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"
|
|
}
|
|
}
|