-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.84 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.84 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "link-shortener",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.515.0",
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.1.17",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"mode-watcher": "^1.1.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.45.5",
"svelte-check": "^4.3.4",
"svelte-sonner": "^1.0.7",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-devtools-json": "^0.2.1"
},
"dependencies": {
"@inlang/paraglide-js": "^2.5.0",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^2.0.2",
"@prisma/client": "^6.19.0",
"@sveltejs/adapter-node": "^5.4.0",
"@types/qrcode": "^1.5.6",
"@types/swagger-ui": "^5.21.1",
"isomorphic-dompurify": "^2.33.0",
"lucia": "^3.2.2",
"lucide-svelte": "^0.518.0",
"nanoid": "^5.1.6",
"prisma": "^6.19.0",
"qrcode": "^1.5.4",
"sveltekit-api": "^0.6.1",
"swagger-ui": "5.10.0",
"zod": "^3.25.76"
},
"trustedDependencies": [
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"@tailwindcss/oxide",
"@tree-sitter-grammars/tree-sitter-yaml",
"core-js-pure",
"esbuild",
"prisma",
"tree-sitter",
"tree-sitter-json"
]
}