-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 5.35 KB
/
package.json
File metadata and controls
153 lines (153 loc) · 5.35 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "cloudflare-docs-starlight",
"private": true,
"type": "module",
"scripts": {
"astro": "npx astro",
"prebuild": "npx tsx bin/fetch-skills.ts",
"build": "export NODE_OPTIONS='--max-old-space-size=6192' || set NODE_OPTIONS=\"--max-old-space-size=6192\" && npx astro build",
"typegen:worker": "npx wrangler types ./worker/worker-configuration.d.ts",
"check": "npm run check:astro && npm run check:worker",
"check:astro": "npx astro check",
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
"predev": "npx tsx bin/fetch-skills.ts --soft",
"dev": "npx astro dev",
"format": "npm run format:core:fix && npm run format:data",
"format:core": "npx prettier \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
"format:core:check": "npm run format:core -- --check",
"format:core:fix": "npm run format:core -- --write",
"format:content": "npx prettier --write \"**/*.{md,mdx,astro}\"",
"format:data": "npx prettier --write \"**/*.{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",
"test": "npx vitest",
"lint": "npx eslint",
"ai-setup:import-from-opencode": "npx rulesync import --targets opencode --features rules,commands,subagents",
"ai-setup:claudecode": "npm run ai-setup:import-from-opencode && npx rulesync generate --targets claudecode --features rules,commands,subagents",
"ai-setup:cursor": "npm run ai-setup:import-from-opencode && npx rulesync generate --targets cursor --features commands,subagents",
"ai-setup:copilot": "npm run ai-setup:import-from-opencode && npx rulesync generate --targets copilot --features commands,subagents"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@apidevtools/swagger-parser": "12.0.0",
"@astrojs/check": "0.9.4",
"@astrojs/react": "4.2.5",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.5.1",
"@astrojs/starlight": "0.37.6",
"@astrojs/starlight-docsearch": "0.6.0",
"@astrojs/starlight-tailwind": "4.0.1",
"@cloudflare/vitest-pool-workers": "0.10.7",
"@cloudflare/workers-types": "4.20260111.0",
"@codingheads/sticky-header": "1.0.2",
"@expressive-code/plugin-collapsible-sections": "0.41.3",
"@expressive-code/plugin-line-numbers": "0.41.3",
"@floating-ui/react": "0.27.16",
"@iarna/toml": "2.2.5",
"@lottiefiles/dotlottie-react": "0.17.6",
"@marsidev/react-turnstile": "1.3.1",
"@microsoft/fetch-event-source": "2.0.1",
"@nanostores/react": "1.0.0",
"@octokit/webhooks-types": "7.6.1",
"@stoplight/json-schema-tree": "4.0.0",
"@tailwindcss/postcss": "4.1.4",
"@types/hast": "3.0.4",
"@types/he": "1.2.3",
"@types/mdast": "4.0.4",
"@types/node": "24.6.0",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.4",
"@typescript-eslint/parser": "8.44.0",
"algoliasearch": "5.37.0",
"astro": "5.13.7",
"astro-breadcrumbs": "3.3.1",
"astro-icon": "1.1.5",
"astro-live-code": "0.0.6",
"astro-skills": "0.0.5",
"cidr-tools": "11.0.3",
"codeowners-utils": "1.0.2",
"date-fns": "4.1.0",
"dedent": "1.7.0",
"dompurify": "3.2.7",
"dot-prop": "9.0.0",
"eslint": "9.35.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"fast-glob": "3.3.3",
"fast-xml-parser": "5.3.0",
"github-slugger": "2.0.0",
"globals": "16.4.0",
"gray-matter": "4.0.3",
"hast-util-heading-rank": "3.0.0",
"hast-util-select": "6.0.4",
"hastscript": "9.0.1",
"he": "1.2.0",
"jsonc-parser": "3.3.1",
"ldrs": "1.1.7",
"lz-string": "1.5.0",
"marked": "16.4.1",
"mdast-util-from-markdown": "2.0.2",
"mdast-util-mdx": "3.0.0",
"mdast-util-mdx-expression": "2.0.1",
"mermaid": "11.12.0",
"micromark-extension-mdxjs": "3.0.0",
"nanostores": "1.0.1",
"node-html-parser": "7.0.1",
"openapi-types": "12.1.3",
"parse-duration": "2.1.4",
"patch-package": "8.0.1",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.14",
"pretty-bytes": "7.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.5.0",
"react-instantsearch": "7.16.3",
"react-markdown": "10.1.0",
"react-select": "5.10.2",
"redirects-in-workers": "0.0.7",
"rehype": "13.0.2",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-parse": "9.0.1",
"rehype-remark": "10.0.1",
"rehype-stringify": "10.0.1",
"rehype-title-figure": "0.1.2",
"remark": "15.0.1",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.1",
"remark-stringify": "11.0.0",
"sharp": "0.34.4",
"solarflare-theme": "0.0.5",
"starlight-image-zoom": "0.13.0",
"starlight-links-validator": "0.17.2",
"starlight-package-managers": "0.11.0",
"starlight-scroll-to-top": "0.4.0",
"starlight-showcases": "0.3.0",
"strip-markdown": "6.0.0",
"suf-log": "2.5.3",
"svgo": "4.0.0",
"tailwindcss": "4.1.4",
"tippy.js": "6.3.7",
"ts-blank-space": "0.6.2",
"tsx": "4.20.5",
"typescript": "5.9.3",
"typescript-eslint": "8.44.1",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
"wrangler": "4.58.0"
},
"engines": {
"npm": "10.x",
"node": "22.x"
},
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900"
}