-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 963 Bytes
/
package.json
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
{
"name": "docs",
"private": true,
"type": "module",
"version": "1.2.1",
"scripts": {
"dev": "astro dev",
"build": " astro build",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@sjsf/ajv8-validator": "workspace:*",
"@sjsf/daisyui-theme": "workspace:*",
"@sjsf/flowbite-theme": "workspace:*",
"@sjsf/form": "workspace:*",
"@sjsf/shadcn-theme": "workspace:*",
"@sjsf/skeleton-theme": "workspace:*",
"@sjsf/zod-integration": "workspace:*",
"ajv": "catalog:",
"mermaid": "^11.4.0",
"svg-pan-zoom": "github:bumbu/svg-pan-zoom",
"zod": "catalog:",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.6",
"@astrojs/svelte": "^5.7.3",
"astro": "^4.16.10",
"astro-vtbot": "^1.10.6",
"sharp": "^0.33.5",
"starlight-package-managers": "^0.8.0",
"svelte": "catalog:"
}
}