mirror of
https://github.com/luanti-org/docs.luanti.org.git
synced 2026-04-17 08:37:36 +00:00
fb1ed1f0c7
* update hugo * chore: fix npm name
28 lines
962 B
JSON
28 lines
962 B
JSON
{
|
|
"scripts": {
|
|
"build": "hugo",
|
|
"build:ci": "hugo --panicOnWarning && npm run test:spelling && npm run test:format",
|
|
"clean": "rm -rf public && echo Clear browser cache as well!",
|
|
"format": "sort-package-json && prettier --write .",
|
|
"prepare": "git submodule init && git submodule update",
|
|
"start": "hugo server",
|
|
"test:a11y": "start-test start 1313 test:a11y:tests",
|
|
"test:a11y:tests": "playwright test",
|
|
"test:format": "prettier --check .",
|
|
"test:links": "linkinator ./public -r",
|
|
"test:spelling": "cspell content README.md"
|
|
},
|
|
"dependencies": {
|
|
"hugo-extended": "^0.147.5"
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/playwright": "^4.10.1",
|
|
"@playwright/test": "^1.49.1",
|
|
"cspell": "^8.17.1",
|
|
"linkinator": "^6.1.2",
|
|
"prettier": "3.5.2",
|
|
"sort-package-json": "^2.14.0",
|
|
"start-server-and-test": "^2.0.10"
|
|
},
|
|
"//": "See readme.md for explanations of each dependency and script"
|
|
} |