forked from withastro/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.65 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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",
"docgen": "node ./scripts/docgen.mjs",
"docgen:integrations": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/generate-integration-pages.ts",
"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",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
"github:translation-status": "node ./scripts/github-translation-status.mjs"
},
"devDependencies": {
"@actions/core": "^1.9.0",
"@algolia/client-search": "^4.13.1",
"@astrojs/preact": "^0.3.1",
"@astrojs/sitemap": "0.2.4",
"@babel/core": "^7.18.6",
"@docsearch/react": "^3.1.0",
"@preact/preset-vite": "^2.3.0",
"@types/mdast": "^3.0.10",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"astro": "1.0.0-beta.64",
"astro-eslint-parser": "^0.3.1",
"bcp-47-normalize": "^2.1.0",
"dedent-js": "^1.0.1",
"eslint": "^8.18.0",
"eslint-plugin-astro": "^0.14.0",
"fast-glob": "^3.2.11",
"hastscript": "^7.0.2",
"htmlparser2": "^7.2.0",
"kleur": "^4.1.5",
"node-fetch": "^3.2.6",
"preact": "^10.8.2",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"simple-git": "^3.10.0",
"tsm": "^2.2.1",
"typescript": "^4.7.4",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.0"
},
"dependencies": {
"@astropub/icons": "^0.2.0",
"@fontsource/ibm-plex-mono": "^4.5.10",
"@nanostores/preact": "^0.1.3",
"jsdoc-api": "^7.1.1",
"nanostores": "^0.5.12",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-smartypants": "^2.0.0",
"sass": "^1.53.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=7.0.0"
},
"packageManager": "[email protected]"
}