-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.88 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.88 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
{
"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/check": "^0.9.9",
"@astrojs/starlight": "^0.40.0",
"@cloudflare/workers-types": "^4.20260610.1",
"@expressive-code/plugin-collapsible-sections": "^0.43.1",
"@expressive-code/plugin-line-numbers": "^0.43.1",
"@inox-tools/portal-gun": "^2.0.0",
"@playwright/test": "^1.60.0",
"@types/node": "^25.9.2",
"@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.16",
"astro": "^6.4.5",
"astro-d2": "^0.11.0",
"astro-vtbot": "^2.1.11",
"astro-webrings": "^0.1.4",
"baseline-status": "^1.1.1",
"html-entities": "^2.6.0",
"node-html-parser": "^7.1.0",
"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.43.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.34.5",
"starlight-image-zoom": "^0.14.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"unified": "^11.0.5",
"wrangler": "^4.99.0"
}
}