-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 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
{
"name": "@vtbag/website",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "./bin/build",
"preview": "astro preview",
"test": "npx playwright test"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/starlight": "^0.38.4",
"@cloudflare/workers-types": "^4.20260504.1",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@inox-tools/portal-gun": "^2.0.0",
"@playwright/test": "^1.58.2",
"@types/node": "^25.6.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.16",
"astro": "^6.2.1",
"astro-d2": "^0.10.0",
"astro-vtbot": "^2.1.11",
"astro-webrings": "^0.1.4",
"baseline-status": "^1.1.1",
"node-html-parser": "^7.1.0",
"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-expressive-code": "^0.41.7",
"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.1",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"unified": "^11.0.5",
"wrangler": "^4.87.0"
}
}