-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.07 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
{
"name": "@vtbag/website",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "./bin/build",
"preview": "astro preview",
"chunk": "node bin/chunk-docs.ts --clean",
"merge:chunks": "./bin/merge-chunks-filtered.sh",
"sync": "node --env-file=.dev.vars --env-file=.env bin/chunks/sync.ts",
"test": "npx playwright test",
"test:chunks": "node --test tests/chunk-docs.test.ts",
"postinstall": "patch-package"
},
"devDependencies": {
"@astrojs/starlight": "^0.41.7",
"@cloudflare/workers-types": "^5.20260813.1",
"@expressive-code/plugin-collapsible-sections": "^0.44.1",
"@expressive-code/plugin-line-numbers": "^0.44.1",
"@inox-tools/portal-gun": "^3.0.0",
"@playwright/test": "^1.62.1",
"@types/canvas-confetti": "^1.9.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^26.2.0",
"@vtbag/cam-shaft": "^1.0.6",
"@vtbag/element-crossing": "^1.1.0",
"@vtbag/inspection-chamber": "^1.0.24",
"@vtbag/turn-signal": "^1.3.1",
"@vtbag/utensil-drawer": "^1.2.17",
"astro": "^7.2.1",
"astro-d2": "^0.13.1",
"astro-vtbot": "^3.1.0",
"astro-webrings": "^0.1.5",
"baseline-status": "^1.2.0",
"canvas-confetti": "^1.9.4",
"compromise": "^14.16.0",
"dompurify": "^3.4.13",
"html-entities": "^2.6.0",
"node-html-parser": "^9.0.1",
"patch-package": "^8.0.1",
"postcss-active-view-transition-type": "^0.0.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-directive-rehype": "^1.0.0",
"remark-expressive-code": "^0.44.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"rollup-plugin-visualizer": "^7.0.1",
"sharp": "^0.35.3",
"starlight-image-zoom": "^0.15.0",
"tsx": "^4.23.12",
"typescript": "^6.0.3",
"unified": "^11.0.5",
"wrangler": "^4.122.0"
},
"dependencies": {
"@astrojs/check": "^0.9.10"
}
}