mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-28 08:45:33 +00:00
28 lines
786 B
JSON
28 lines
786 B
JSON
{
|
|
"name": "theodor-springmann-stiftung-interim",
|
|
"version": "1.0.0",
|
|
"description": "Interims-Webseite für die Theodor-Springmann-Stiftung",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite serve src/",
|
|
"build": "vite build src/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Theodor-Springmann-Stiftung/webseite.git"
|
|
},
|
|
"author": "Simon Martens",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Theodor-Springmann-Stiftung/webseite/issues"
|
|
},
|
|
"homepage": "https://github.com/Theodor-Springmann-Stiftung/webseite#readme",
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"vite": "^5.4.9"
|
|
}
|
|
}
|