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
+37
View File
@@ -0,0 +1,37 @@
{
"comments": {
"dependencies": {},
"devDependencies": {
"@playwright/test": "project",
"@types/node": "project",
"@zetxek/adritian-theme-helper": "github.com/zetxek/adritian-free-hugo-theme",
"autoprefixer": "project",
"bootstrap": "project",
"bootstrap-print-css": "github.com/zetxek/adritian-free-hugo-theme",
"npm-run-all": "project",
"postcss": "project",
"postcss-cli": "project"
}
},
"dependencies": {},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^22.10.5",
"@zetxek/adritian-theme-helper": "^1.0.3",
"autoprefixer": "^10.4.17",
"bootstrap": "^5.3.3",
"bootstrap-print-css": "^1.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0"
},
"scripts": {
"build": "hugo build --source exampleSite --themesDir ../.. --logLevel debug --minify",
"serve": "hugo server --source exampleSite --themesDir ../.. --logLevel debug",
"start": "hugo server",
"test": "npm-run-all build --parallel --continue-on-error --aggregate-output test-*",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug",
"test:e2e:ui": "playwright test --ui"
}
}