Files
2026-05-18 11:46:02 +02:00

21 lines
680 B
JSON

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