Init Commit

This commit is contained in:
2026-05-18 11:46:02 +02:00
commit 2de3502fbc
382 changed files with 19583 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"scripts": {
"start": "hugo server",
"serve": "hugo server --source exampleSite --themesDir ../.. --logLevel debug",
"build": "hugo build --source exampleSite --themesDir ../.. --logLevel debug --minify",
"test": "npm-run-all build --parallel --continue-on-error --aggregate-output test-*",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.5",
"autoprefixer": "^10.4.17",
"bootstrap": "^5.3.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0"
}
}