-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.58 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.58 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
{
"name": "dashboard",
"private": true,
"version": "1.3.0",
"type": "module",
"scripts": {
"start": "pnpm run build && pm2 start pm2.config.cjs --env production",
"dev": "vite dev",
"build": "pnpm run update:submodules && 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 .",
"update:submodules": "git submodule update --init --recursive"
},
"devDependencies": {
"@lucide/svelte": "^0.577.0",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@sveltejs/vite-plugin-svelte-inspector": "^5.0.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/humanize-duration": "^3.27.4",
"@types/jsonwebtoken": "^9.0.10",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"mode-watcher": "^1.1.0",
"prettier": "3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.0",
"svelte-check": "^4.4.5",
"svelte-sonner": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"@arcjet/inspect": "^1.3.0",
"@arcjet/sveltekit": "^1.3.0",
"@discordapp/twemoji": "^16.0.1",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/raleway": "^5.2.8",
"@internationalized/date": "^3.12.0",
"@lukez/fast-deep-equal": "^4.1.0",
"@sapphire/snowflake": "^3.5.5",
"@sentry/sveltekit": "^10.46.0",
"dayjs": "^1.11.20",
"discord-api-types": "^0.38.42",
"discord.js": "^14.25.1",
"humanize-duration": "^3.33.2",
"jsonwebtoken": "^9.0.3",
"ky": "^1.14.3",
"marked": "^17.0.5",
"mongoose": "^9.3.3",
"node-cache": "^5.1.2",
"rate-limiter-flexible": "^9.1.1",
"runed": "^0.37.1",
"socket.io-client": "^4.8.3",
"svelte-highlight": "^7.9.0",
"wildcard-match": "^5.1.4",
"zod": "^4.3.6",
"zod-validation-error": "^5.0.0"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"vite": "^7.0.0"
},
"peerDependencyRules": {
"allowedVersions": {
"@sveltejs/vite-plugin-svelte-inspector>@sveltejs/vite-plugin-svelte": "7"
}
}
}
}