2021-07-15 14:13:35 -04:00
|
|
|
{
|
2021-07-15 14:33:06 -04:00
|
|
|
"name": "docs",
|
2021-09-14 17:22:50 -07:00
|
|
|
"version": "0.0.7",
|
2021-07-15 14:13:35 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 01:07:08 -04:00
|
|
|
"dev": "astro dev",
|
2021-07-15 14:13:35 -04:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2021-08-26 12:08:52 -07:00
|
|
|
"preview": "astro preview",
|
2021-07-15 14:13:35 -04:00
|
|
|
"lint": "run-p --aggregate-output lint:linkcheck",
|
2022-01-18 16:15:25 -06:00
|
|
|
"lint:a11y": "start-test 'pnpm run build && pnpm run preview' 3000 'pnpm run lint:a11y:local'",
|
2021-07-28 16:00:00 -05: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 16:15:25 -06:00
|
|
|
"lint:linkcheck": "start-test 'pnpm run dev --silent' 3000 'pnpm run lint:linkcheck:local'",
|
2022-01-03 13:59:34 -06:00
|
|
|
"lint:linkcheck:local": "blc -roe --user-agent 'broken-link-checker/0.7.8' 'http://localhost:3000/en/getting-started'",
|
2021-07-16 07:59:46 -03:00
|
|
|
"lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'"
|
2021-07-15 14:13:35 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-18 17:03:42 -06:00
|
|
|
"astro": "workspace:^0.22.14",
|
2021-07-15 14:13:35 -04:00
|
|
|
"broken-link-checker": "^0.7.8",
|
|
|
|
"npm-run-all": "^4.1.5",
|
2022-01-11 15:39:19 -05:00
|
|
|
"pa11y-ci": "^3.0.1",
|
2022-01-18 17:03:42 -06:00
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"start-server-and-test": "^1.14.0"
|
2021-07-29 13:31:41 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-13 15:59:08 -05:00
|
|
|
"@docsearch/react": "^1.0.0-alpha.28"
|
2021-11-12 07:40:49 -05:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "14.18.1"
|
2021-07-15 14:13:35 -04:00
|
|
|
}
|
|
|
|
}
|