-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.35 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.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
{
"name": "@hagicode/docs",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "HagiCode documentation site - built with Astro and Starlight",
"scripts": {
"dev": "astro dev --port ${PORT_DOCS:-31265}",
"start": "astro dev",
"build": "astro build",
"verify:blog-sidebar-i18n": "node ./scripts/verify-blog-sidebar-i18n.mjs",
"verify:blog-i18n": "node ./scripts/verify-blog-i18n-build.mjs",
"build:verify-blog-i18n": "npm run build && npm run verify:blog-sidebar-i18n",
"preview": "astro preview --port ${PORT_DOCS:-31265}",
"astro": "astro",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/starlight": "^0.37.4",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"astro": "^5.6.1",
"astro-link-validator": "github:rodgtr1/astro-link-validator",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^1.1.0",
"mermaid": "^11.12.2",
"playwright": "^1.58.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-external-links": "^3.0.0",
"rehype-mermaid": "^3.0.0",
"rehype-raw": "^3.0.0",
"semver": "^7.7.4",
"sharp": "^0.34.2",
"starlight-blog": "^0.25.2",
"yet-another-react-lightbox": "^3.29.1"
}
}