-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.24 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.24 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
{
"name": "docs.duendesoftware.com",
"type": "module",
"version": "2.0.0",
"description": "Documentation for Duende Software products",
"keywords": [],
"homepage": "docs.duendesoftware.com",
"license": "MIT",
"author": "Duende Software",
"repository": {
"type": "git",
"url": "https://github.com/DuendeSoftware/docs.duendesoftware.com.git"
},
"notes": {
"Astro SVG validation issue": "https://github.com/withastro/astro/issues/13006"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "NODE_OPTIONS=--max_old_space_size=8192 astro build",
"preview": "astro preview",
"astro": "astro",
"linkchecker": "npm run build && lychee --skip-missing --no-progress --max-concurrency 16 --require-https --exclude-path dist/_llms-txt --exclude-path dist/llms.txt --exclude-path dist/llms-full.txt --exclude-path dist/llms-small.txt --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude github --root-dir \"$PWD/dist\" dist/**",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.1.0",
"@astrojs/starlight": "^0.38.2",
"@astrojs/ts-plugin": "^1.10.6",
"@fontsource/roboto": "^5.2.10",
"@pasqal-io/starlight-client-mermaid": "^0.1.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^6.1.0",
"astro-opengraph-images": "^1.14.3",
"astro-redirect-from": "^1.3.5",
"astro-rehype-relative-markdown-links": "^0.19.0",
"hast-util-to-text": "^4.0.2",
"jsdom": "^29.0.2",
"patch-package": "^8.0.1",
"react": "^19.2.4",
"rehype-external-links": "^3.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"starlight-auto-sidebar": "^0.2.0",
"starlight-giscus": "^0.9.1",
"starlight-heading-badges": "^0.7.0",
"starlight-links-validator": "^0.21.0",
"starlight-llms-txt": "^0.8.0",
"tw-to-css": "^0.0.12"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@types/jsdom": "^28.0.1",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"node-fetch": "^3.3.2",
"prettier": "3.8.1",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
},
"volta": {
"node": "24.0.0"
}
}