feat: many design changes
All checks were successful
Build / build (push) Successful in 6m33s
Build / deploy-stage (push) Successful in 2m55s
Build / switch-stage (push) Successful in 2m0s

This commit is contained in:
2024-12-14 00:03:09 +01:00
parent 9e4a2e90ec
commit 16344b6994
35 changed files with 2692 additions and 110 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "lena-schilling-website",
"version": "1.0.0",
"scripts": {
"build:css": "webpack --config webpack.config.js"
},
"devDependencies": {
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
}
}