mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-29 01:05:33 +00:00
Initial
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user