This repository was archived by the owner on Jul 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) 路 1.77 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) 路 1.77 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
{
"name": "topmo",
"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",
"lint": "eslint .",
"format:check": "prettier --check .",
"format": "prettier --write .",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev:tick": "bun scripts/dev-tick.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@sveltejs/adapter-vercel": "^5.5.0",
"@sveltejs/kit": "^2.63.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"@types/mailparser": "^3.4.6",
"@types/node": "^24",
"bun-types": "^1.3.14",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.30.6",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.19.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"svelte": "^5.56.1",
"svelte-check": "^4.6.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@libsql/hrana-client": "^0.8.0",
"@lucide/svelte": "^1.24.0",
"drizzle-orm": "^0.42.0",
"google-auth-library": "^9.15.1",
"googleapis": "^144.0.0",
"htmlparser2": "^12.0.0",
"dom-serializer": "^2.0.0",
"mailparser": "^3.7.0",
"nanoid": "^5.0.0",
"openai": "^4.77.0",
"zod": "^4.0.0"
}
}