mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-22 04:03:07 +00:00
e98c3de747
This commit includes all data from the current map, excluding: - the actual data - the deployment script to the server We've added a comprehensive README for newcomers, so that they can understand what's going on. Co-authored-by: xenia <xhartmann@posteo.de>
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.1",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/leaflet.markercluster": "^1.5.1",
|
|
"autoprefixer": "^10.4.8",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.1.7",
|
|
"vite": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ubuntu": "^4.5.10",
|
|
"leaflet": "^1.8.0",
|
|
"leaflet.markercluster": "^1.5.3"
|
|
}
|
|
}
|