forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.23 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
{
"name": "cloudflare-docs-starlight",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "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": "tsc --noEmit -p ./functions/tsconfig.json",
"dev": "astro dev",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,mjs,astro,css,json,yaml,yml}\"",
"postinstall": "patch-package && npm run sync",
"preview": "astro preview",
"start": "astro dev",
"sync": "astro sync"
},
"devDependencies": {
"@astro-community/astro-embed-youtube": "^0.5.3",
"@astrojs/check": "^0.9.3",
"@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",
"@types/node": "^20.16.1",
"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",
"dot-prop": "^9.0.0",
"github-slugger": "^2.0.0",
"hastscript": "^9.0.0",
"instantsearch.css": "^8.5.0",
"instantsearch.js": "^4.74.0",
"littlefoot": "^4.1.1",
"lz-string": "^1.5.0",
"marked": "^14.1.1",
"mathjs": "^13.1.1",
"mermaid": "^11.1.1",
"node-html-parser": "^6.1.13",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"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",
"tailwindcss": "^3.4.10",
"tippy.js": "^6.3.7",
"typescript": "^5.5.4",
"wrangler": "^3.75.0",
"yaml": "^2.5.1"
},
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.8.0"
}
}