This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
85 lines (85 loc) · 2.3 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
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
{
"name": "lyntr",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"start": "bun ./server",
"postinstall": "patch-package"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.21",
"@types/gtag.js": "^0.0.20",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.11",
"@types/node-fetch": "^2.6.11",
"@types/pg": "^8.11.6",
"@types/sanitize-html": "^2.11.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.22.8",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-magnifier": "^0.0.1",
"sveltekit-sse": "^0.13.2",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"tslib": "^2.4.1",
"typescript": "^5.5.3",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@neondatabase/serverless": "^0.9.4",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"@sveltejs/adapter-node": "^5.2.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tensorflow/tfjs-node": "^4.20.0",
"@types/ws": "^8.5.11",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.34.0",
"bits-ui": "^0.21.12",
"clsx": "^2.1.1",
"discord.js": "^14.15.3",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"express": "^4.19.2",
"formsnap": "^1.0.1",
"jose": "^5.6.3",
"js-cookie": "^3.0.5",
"lucide-svelte": "^0.399.0",
"minio": "^8.0.1",
"mode-watcher": "^0.3.1",
"nodejs-snowflake": "^2.0.1",
"nsfwjs": "^4.1.0",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.4",
"svelte-routing": "^2.13.0",
"svelte-sonner": "^0.3.26",
"sveltekit-superforms": "^2.15.2",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"uuid": "^10.0.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
}
}