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

38 lines
1.2 KiB
JSON

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