This commit is contained in:
Simon Martens
2024-10-17 14:05:01 +02:00
commit 3e06b0af76
54 changed files with 16934 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.14",
"vite": "^5.4.9"
}
}