forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "cloudflare-docs-starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.9.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/starlight": "^0.25.5",
"@astrojs/starlight-docsearch": "^0.1.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"algoliasearch": "^4.24.0",
"astro": "^4.13.3",
"astro-breadcrumbs": "^2.3.1",
"astro-icon": "^1.1.0",
"astro-live-code": "^0.0.2",
"date-fns": "^3.6.0",
"dot-prop": "^9.0.0",
"github-slugger": "^2.0.0",
"hastscript": "^9.0.0",
"instantsearch.css": "^8.4.0",
"instantsearch.js": "^4.73.4",
"littlefoot": "^4.1.1",
"marked": "^13.0.1",
"mathjs": "^13.0.3",
"mermaid": "^10.9.1",
"node-html-parser": "^6.1.13",
"rehype-autolink-headings": "^7.1.0",
"rehype-mermaid": "^2.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.32.5",
"solarflare-theme": "^0.0.2",
"starlight-image-zoom": "^0.6.0",
"starlight-package-managers": "^0.6.0",
"tailwindcss": "^3.4.4",
"tippy.js": "^6.3.7",
"typescript": "^5.5.2",
"wrangler": "^3.71.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/node": "^20.14.12",
"lz-string": "^1.5.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}