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",
|
2022-01-18 22:15:25 +00:00
|
|
|
"lint:a11y": "start-test 'pnpm run build && pnpm run preview' 3000 'pnpm run 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'",
|
2022-01-18 22:15:25 +00:00
|
|
|
"lint:linkcheck": "start-test 'pnpm run dev --silent' 3000 'pnpm run lint:linkcheck:local'",
|
2022-01-03 19:59:34 +00:00
|
|
|
"lint:linkcheck:local": "blc -roe --user-agent 'broken-link-checker/0.7.8' 'http://localhost:3000/en/getting-started'",
|
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": {
|
2022-01-18 23:03:42 +00:00
|
|
|
"astro": "workspace:^0.22.14",
|
2021-07-15 18:13:35 +00:00
|
|
|
"broken-link-checker": "^0.7.8",
|
|
|
|
"npm-run-all": "^4.1.5",
|
2022-01-11 20:39:19 +00:00
|
|
|
"pa11y-ci": "^3.0.1",
|
2022-01-18 23:03:42 +00:00
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"start-server-and-test": "^1.14.0"
|
2021-07-29 20:31:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-13 20:59:08 +00:00
|
|
|
"@docsearch/react": "^1.0.0-alpha.28"
|
2021-11-12 12:40:49 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "14.18.1"
|
2021-07-15 18:13:35 +00:00
|
|
|
}
|
|
|
|
}
|