2021-07-15 18:13:35 +00:00
|
|
|
{
|
2021-07-15 18:33:06 +00:00
|
|
|
"name": "docs",
|
2021-09-15 00:22:50 +00:00
|
|
|
"version": "0.0.7",
|
2021-07-15 18:13:35 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-07-15 18:13:35 +00:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2021-08-26 19:08:52 +00:00
|
|
|
"preview": "astro preview",
|
2021-07-15 18:13:35 +00:00
|
|
|
"lint": "run-p --aggregate-output lint:linkcheck",
|
2021-08-19 05:07:08 +00:00
|
|
|
"lint:a11y": "start-test 'yarn dev --silent' 3000 'yarn lint:a11y:local'",
|
2021-07-28 21:00:00 +00:00
|
|
|
"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'",
|
2021-08-19 05:07:08 +00:00
|
|
|
"lint:linkcheck": "start-test 'yarn dev --silent' 3000 'yarn lint:linkcheck:local'",
|
2021-07-15 18:13:35 +00:00
|
|
|
"lint:linkcheck:local": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'http://localhost:3000'",
|
2021-07-16 10:59:46 +00:00
|
|
|
"lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'"
|
2021-07-15 18:13:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@snowpack/plugin-dotenv": "^2.1.0",
|
2021-09-15 00:22:50 +00:00
|
|
|
"astro": "^0.20.6",
|
2021-07-15 18:13:35 +00:00
|
|
|
"broken-link-checker": "^0.7.8",
|
|
|
|
"npm-run-all": "^4.1.5",
|
2021-07-28 21:00:00 +00:00
|
|
|
"pa11y-ci": "^2.4.2",
|
2021-10-16 00:28:04 +00:00
|
|
|
"prettier": "^2.4.1",
|
2021-07-15 18:13:35 +00:00
|
|
|
"start-server-and-test": "^1.12.6"
|
2021-07-29 20:31:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@docsearch/react": "^1.0.0-alpha.27"
|
2021-07-15 18:13:35 +00:00
|
|
|
}
|
|
|
|
}
|