-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1001 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": "playground",
"private": true,
"type": "module",
"version": "1.0.8",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@sjsf/form": "workspace:*",
"@sjsf/ajv8-validator": "workspace:*",
"ajv": "catalog:",
"rehype-raw": "^7.0.0",
"svelte-exmarkdown": "^4.0.1",
"@sjsf/daisyui-theme": "workspace:*",
"@sjsf/flowbite-theme": "workspace:*",
"@sjsf/flowbite-icons": "workspace:*",
"@sjsf/skeleton-theme": "workspace:*",
"@sjsf/lucide-icons": "workspace:*",
"@sjsf/shadcn-theme": "workspace:*",
"@sjsf/radix-icons": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "catalog:",
"@tsconfig/svelte": "catalog:",
"autoprefixer": "catalog:",
"postcss": "catalog:",
"svelte": "catalog:",
"svelte-check": "catalog:",
"tailwindcss": "catalog:",
"vite": "catalog:"
}
}