Initial commit: DOSSIER Hugo website
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=docs --themesDir=../.. -D -F --port 1313",
|
||||
"dev": "hugo server --source=docs --themesDir=../.. --disableFastRender -D --port 1313",
|
||||
"build:css": "npx postcss --config postcss.config.mjs --env production assets/css/styles.css -o assets/css/compiled/main.css",
|
||||
"build": "hugo --gc --minify --themesDir=../.. --source=docs",
|
||||
"test": "npx playwright test",
|
||||
"test:a11y": "npx playwright test tests/accessibility.spec.ts",
|
||||
"test:mobile-menu": "npx playwright test tests/mobile-menu.spec.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@axe-core/playwright": "^4.11.3",
|
||||
"@playwright/test": "^1.60.0",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"postcss-cli": "^11.0.1",
|
||||
"prettier": "^3.8.3",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"tailwindcss": "^4.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user