forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.68 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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "cloudflare-docs-starlight",
"private": true,
"type": "module",
"scripts": {
"astro": "npx astro",
"build": "npx astro build",
"build:worker": "npx wrangler types -c wrangler-workers.toml --experimental-include-runtime && npx wrangler pages functions build --outdir worker/functions",
"check": "npm run check:functions && npm run check:astro",
"check:astro": "npm run sync && astro check",
"check:functions": "npx tsc --noEmit -p ./functions/tsconfig.json",
"dev": "npx astro dev",
"format": "npx prettier --write \"**/*.{js,jsx,ts,tsx,mjs,astro,css,json,yaml,yml}\"",
"postinstall": "npx patch-package && npm run sync",
"preview": "npx astro preview",
"script:optimize-svgs": "npx tsx scripts/optimize-svgs.ts",
"start": "npx astro dev",
"sync": "npx astro sync"
},
"devDependencies": {
"@astro-community/astro-embed-youtube": "^0.5.3",
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.28.1",
"@astrojs/starlight-docsearch": "^0.2.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.1",
"@cloudflare/workers-types": "^4.20240903.0",
"@codingheads/sticky-header": "^1.0.2",
"@stoplight/json-schema-tree": "^4.0.0",
"@types/dompurify": "^3.0.5",
"@types/he": "^1.2.3",
"@types/node": "^20.16.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"algoliasearch": "^4.24.0",
"astro": "^4.15.7",
"astro-breadcrumbs": "^3.2.0",
"astro-icon": "^1.1.1",
"astro-live-code": "^0.0.3",
"date-fns": "^3.6.0",
"dompurify": "3.1.6",
"dot-prop": "^9.0.0",
"fast-glob": "^3.3.2",
"github-slugger": "^2.0.0",
"hastscript": "^9.0.0",
"he": "^1.2.0",
"instantsearch.css": "^8.5.0",
"instantsearch.js": "^4.74.0",
"littlefoot": "^4.1.1",
"lz-string": "^1.5.0",
"marked": "^14.1.1",
"mermaid": "^11.3.0",
"node-html-parser": "^6.1.13",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-textarea-autosize": "^8.5.3",
"redirects-in-workers": "^0.0.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mermaid": "^2.1.0",
"rehype-slug": "^6.0.0",
"rehype-title-figure": "^0.1.2",
"sharp": "^0.33.5",
"solarflare-theme": "^0.0.2",
"starlight-image-zoom": "^0.8.0",
"starlight-links-validator": "^0.12.0",
"starlight-package-managers": "^0.7.0",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.10",
"tippy.js": "^6.3.7",
"tsx": "^4.19.1",
"typescript": "^5.5.4",
"wrangler": "^3.78.10",
"yaml": "^2.5.1"
},
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.8.0"
}
}