6eeafac715
* add search bar * replace cmd+k with slash hotkey * update api key * add localhost support for search
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"lint": "run-p --aggregate-output lint:linkcheck",
|
|
"lint:a11y": "start-test 'yarn start --silent' 3000 'yarn lint:a11y:local'",
|
|
"lint:a11y:local": "pa11y-ci --sitemap 'http://localhost:3000/sitemap.xml' --sitemap-find 'https://docs.astro.build' --sitemap-replace 'http://localhost:3000'",
|
|
"lint:a11y:remote": "pa11y-ci --sitemap 'https://docs.astro.build/sitemap.xml'",
|
|
"lint:linkcheck": "start-test 'yarn start --silent' 3000 'yarn lint:linkcheck:local'",
|
|
"lint:linkcheck:local": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'http://localhost:3000'",
|
|
"lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-dotenv": "^2.1.0",
|
|
"astro": "^0.18.2",
|
|
"broken-link-checker": "^0.7.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"pa11y-ci": "^2.4.2",
|
|
"prettier": "^2.3.2",
|
|
"start-server-and-test": "^1.12.6"
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/react": "^1.0.0-alpha.27"
|
|
}
|
|
}
|