-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.9 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.9 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
{
"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"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"validateredirects": "cd _to-migrate/urls && node test-urls.js",
"linkchecker": " npm run build && lychee --skip-missing --no-progress --max-concurrency 16 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude github --root-dir \"$PWD/dist\" dist/**",
"FYI": "https://github.com/withastro/astro/issues/13006",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/starlight": "^0.34.0",
"@astrojs/ts-plugin": "^1.10.4",
"@fontsource/roboto": "^5.2.5",
"@pasqal-io/starlight-client-mermaid": "^0.1.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^5.7.2",
"astro-opengraph-images": "^1.12.2",
"astro-redirect-from": "^1.3.1",
"astro-rehype-relative-markdown-links": "^0.18.1",
"jsdom": "^26.0.0",
"patch-package": "^8.0.0",
"react": "^19.0.0",
"rehype-external-links": "^3.0.0",
"satori": "^0.12.1",
"sharp": "^0.34.1",
"starlight-auto-sidebar": "^0.1.1",
"starlight-giscus": "^0.6.1",
"starlight-heading-badges": "^0.5.0",
"starlight-links-validator": "^0.16.0",
"starlight-llms-txt": "^0.5.0",
"tw-to-css": "^0.0.12"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"node-fetch": "^3.3.2",
"prettier": "3.5.3"
}
}