-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 KB
/
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": "epitrello",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "bunx --bun vite dev",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"check": "bunx --bun svelte-kit sync && bunx --bun svelte-check --tsconfig ./tsconfig.json",
"check:watch": "bunx --bun svelte-kit sync && bunx --bun svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"autoprefixer": "^10.4.20",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-blocks": "^1.1.4",
"flowbite-svelte-icons": "^2.0.2",
"flowbite-typography": "^1.0.5",
"svelte": "^5.8.0",
"svelte-5-ui-lib": "^0.12.2",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^4.1.1",
"svelte-hot-french-toast": "^1.0.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"type": "module",
"dependencies": {
"@types/node": "^22.10.1",
"pocketbase": "^0.22.1"
}
}