Files
webseite/package.json
Simon Martens ee010f59d9 Padding top
2024-10-22 13:32:26 +02:00

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"
}
}