forked from withastro/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "docs",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w .",
"add-language": "node ./scripts/add-language.mjs",
"lint:a11y": "start-test 'yarn build && yarn preview' 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": "astro build && tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:linkcheck:nobuild": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:slugcheck": "node ./scripts/lint-slugcheck.mjs",
"github:translation-status": "node ./scripts/github-translation-status.mjs"
},
"devDependencies": {
"@actions/core": "^1.7.0",
"@algolia/client-search": "^4.13.0",
"@astrojs/preact": "^0.0.2",
"@astrojs/react": "^0.1.0",
"@astrojs/sitemap": "^0.1.0",
"@babel/core": "^7.17.9",
"@types/react": "^17.0.43",
"astro": "^1.0.0-beta.17",
"bcp-47-normalize": "^2.1.0",
"dedent-js": "^1.0.1",
"fast-glob": "^3.2.11",
"htmlparser2": "^7.2.0",
"kleur": "^4.1.4",
"node-fetch": "^3.2.3",
"preact": "^10.7.1",
"prettier": "^2.6.2",
"prompts": "^2.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"simple-git": "^3.7.1",
"tsm": "^2.2.1"
},
"dependencies": {
"@astropub/icons": "^0.2.0",
"@docsearch/react": "^3.0.0",
"jsdoc-api": "^7.1.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-smartypants": "^2.0.0",
"sass": "^1.50.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=6.32.3"
},
"packageManager": "[email protected]"
}