mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
WIP
This commit is contained in:
+2
-4
@@ -61,8 +61,7 @@
|
||||
"docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
|
||||
"docs-vnu": "node build/vnu-jar.js",
|
||||
"docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
|
||||
"docs-pa11y": "delay 3 && pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://getbootstrap.com --sitemap-replace http://localhost:9001 --json > pa11y-ci-results.json",
|
||||
"docs-pa11y-html": "pa11y-ci-reporter-html",
|
||||
"docs-pa11y": "pa11y-ci --config build/pa11yci.js --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://getbootstrap.com --sitemap-replace http://localhost:9001>pa11yci-report.html",
|
||||
"docs-accessibility": "npm-run-all --parallel --race docs-serve-only docs-pa11y",
|
||||
"docs-serve": "hugo server --port 9001 --disableFastRender",
|
||||
"docs-serve-only": "sirv _site --no-clear --port 9001",
|
||||
@@ -116,7 +115,6 @@
|
||||
"clean-css-cli": "^5.4.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^5.13.1",
|
||||
"delay-cli": "^1.1.0",
|
||||
"eslint": "^8.3.0",
|
||||
"eslint-config-xo": "^0.39.0",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
@@ -142,7 +140,7 @@
|
||||
"nodemon": "^2.0.15",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pa11y-ci": "^3.0.0",
|
||||
"pa11y-ci-reporter-html": "^3.0.2",
|
||||
"pa11y-reporter-html": "^2.0.0",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-cli": "^9.0.2",
|
||||
"rollup": "^2.60.2",
|
||||
|
||||
Reference in New Issue
Block a user