-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.71 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.71 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "hackhelp",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"db:start": "docker compose up",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:gen": "drizzle-kit generate",
"db:drop": "drizzle-kit drop",
"auth:db": "bunx @better-auth/cli generate --config src/lib/auth/server.ts --output src/lib/server/db/auth.ts",
"email:build": "email build -d src/lib/email/emails",
"email:dev": "email dev -d src/lib/email/emails",
"email:export": "email export -d src/lib/email/emails",
"sv": "sv",
"ui": "shadcn-svelte",
"clean": "rm -rf .svelte-kit build"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@react-email/preview-server": "5.2.8",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.18",
"@types/bun": "^1.3.9",
"@types/node": "^22.19.3",
"@types/nodemailer": "^7.0.9",
"@types/react": "^19.2.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.15.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-email": "^5.2.8",
"shadcn-svelte": "1.1.1",
"sv": "^0.11.4",
"svelte-check": "^4.3.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.0",
"vite-bundle-analyzer": "^1.3.6"
},
"dependencies": {
"@better-auth/passkey": "^1.4.18",
"@faker-js/faker": "^9.9.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/inter-tight": "^5.2.7",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/lora": "^5.2.8",
"@octokit/webhooks": "^13.9.1",
"@orpc/client": "^1.13.5",
"@orpc/experimental-pino": "^1.13.5",
"@orpc/server": "^1.13.5",
"@orpc/tanstack-query": "^1.13.5",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@paralleldrive/cuid2": "^2.3.1",
"@react-email/components": "^1.0.7",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.5.2",
"@sveltejs/kit": "^2.50.2",
"@t3-oss/env-core": "^0.12.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/query-async-storage-persister": "^5.90.22",
"@tanstack/svelte-query": "^6.0.18",
"@tanstack/svelte-query-devtools": "^6.0.4",
"@tanstack/svelte-query-persist-client": "^6.0.20",
"@tanstack/table-core": "^8.21.3",
"add": "^2.0.6",
"arctic": "^3.7.0",
"better-auth": "^1.4.18",
"bits-ui": "^2.15.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.30.6",
"drizzle-orm": "^0.39.3",
"es-toolkit": "^1.44.0",
"formsnap": "2.0.1",
"fuse.js": "^7.1.0",
"globals": "^15.15.0",
"lucide-svelte": "^0.562.0",
"mode-watcher": "^1.1.0",
"nanoid": "^5.1.6",
"nodemailer": "^7.0.13",
"octokit": "^4.1.4",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"postgres": "^3.4.7",
"posthog-js": "^1.345.5",
"runed": "^0.37.1",
"superjson": "^2.2.6",
"svelte": "^5.50.1",
"svelte-adapter-bun": "^1.0.1",
"svelte-confetti": "^2.3.2",
"svelte-octicons": "^18.20.0",
"svelte-sonner": "^1.0.7",
"sveltekit-superforms": "^2.29.1",
"tailwind-merge": "^2.6.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"winston": "^3.19.0",
"zod": "^4.3.6"
},
"trustedDependencies": [
"core-js"
]
}