-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"name": "khe-renaissance",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bunx --bun vite dev --host 0.0.0.0 --port 3000",
"prod:build": "bunx prisma generate && bunx --bun vite build",
"prod:start": "bunx prisma migrate deploy && bun ./build/index.js",
"db:push": "bunx prisma db push",
"db:deploy": "bunx prisma migrate deploy",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"acquire-urls": "hostile set 127.0.0.1 localhost.khe.io"
},
"devDependencies": {
"@iconify/svelte": "^4.2.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/bun": "^1.2.16",
"@types/luxon": "^3.6.2",
"autoprefixer": "^10.4.20",
"hostile": "^1.4.0",
"prisma": "^6.6.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"@prisma/client": "^6.6.0",
"@types/qrcode": "^1.5.6",
"better-auth": "^1.2.10",
"fflate": "^0.8.2",
"googleapis": "^166.0.0",
"luxon": "^3.6.1",
"nanostores": "^1.0.1",
"qrcode": "^1.5.4",
"svelte-adapter-bun": "^0.5.2",
"tailwind-merge": "^3.5.0"
}
}