-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 4.46 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 4.46 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
{
"name": "lemontv",
"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 . && eslint .",
"lint:rule": "bun run scripts/check-specific-lint-rule.ts",
"db:prod:push": "bun run db:prod:dump && drizzle-kit push",
"db:prod:migrate": "drizzle-kit migrate",
"db:prod:studio": "drizzle-kit studio --port 4983",
"db:prod:dump": "source .env && echo Dumping... $DATABASE_NAME && turso db shell $DATABASE_NAME .dump > dumps/prod-$(date -u +%Y-%m-%dT%H-%M-%SZ).sql && echo Check the dump at dumps/prod-$(date -u +%Y-%m-%dT%H-%M-%SZ).sql, you may need to run again if your login session is expired.",
"db:prod:sync": "cross-env DEV=false bun scripts/sync-db.ts",
"db:prod:recalc-player-stats:deploy": "cross-env DEV=false PLAYER_STATS_UPDATE_REASON=deploy bun scripts/db-recalculate-player-stats.ts",
"db:prod:recalc-player-stats:manual": "cross-env DEV=false PLAYER_STATS_UPDATE_REASON=manual bun scripts/db-recalculate-player-stats.ts",
"db:prod:recalc-player-stats:periodic": "cross-env DEV=false PLAYER_STATS_UPDATE_REASON=periodic bun scripts/db-recalculate-player-stats.ts",
"db:dev:push": "drizzle-kit push --config drizzle-dev.config.ts",
"db:dev:migrate": "drizzle-kit migrate --config drizzle-dev.config.ts",
"db:dev:studio": "drizzle-kit studio --config drizzle-dev.config.ts --port 4984",
"db:dev:sync": "cross-env DEV=true bun scripts/sync-db.ts",
"db:dev:recalc-player-stats:deploy": "cross-env DEV=true PLAYER_STATS_UPDATE_REASON=deploy bun scripts/db-recalculate-player-stats.ts",
"db:dev:recalc-player-stats:manual": "cross-env DEV=true PLAYER_STATS_UPDATE_REASON=manual bun scripts/db-recalculate-player-stats.ts",
"db:dev:recalc-player-stats:periodic": "cross-env DEV=true PLAYER_STATS_UPDATE_REASON=periodic bun scripts/db-recalculate-player-stats.ts",
"i18n:check": "bun scripts/check-messages.ts",
"knip": "knip",
"changelog": "bun scripts/generate-changelog.ts",
"jwt:generate": "bun scripts/generate-jwt-keys.ts",
"test:e2e": "playwright test",
"test:unit": "bun test src/",
"test": "npm run test:e2e",
"deploy:vercel": "vercel --prod",
"deploy": "bun run check && bun run build && bun run db:prod:push && bun run db:prod:sync && bun run db:prod:recalc-player-stats:deploy && bun run deploy:vercel",
"deploy:landing": "wrangler deploy --cwd landing/"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/js": "^9.39.2",
"@iconify/json": "^2.2.421",
"@playwright/test": "^1.57.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-vercel": "^6.2.0",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.1.18",
"@types/bun": "^1.3.5",
"@types/date-fns": "^2.6.3",
"@types/gravatar": "^1.8.6",
"@types/node": "^25.0.3",
"cross-env": "^10.1.0",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"globals": "^16.5.0",
"knip": "^5.77.4",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.46.1",
"svelte-check": "^4.3.5",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"unplugin-icons": "^22.5.0",
"vercel": "^50.1.3",
"vite": "^7.3.0",
"vite-plugin-devtools-json": "^1.0.0",
"wrangler": "^4.54.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@fontsource-variable/saira": "^5.2.11",
"@infolektuell/noto-color-emoji": "^0.2.0",
"@inlang/paraglide-js": "^2.7.1",
"@inquirer/prompts": "^8.1.0",
"@libsql/client": "^0.15.15",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@vercel/og": "^0.8.6",
"chalk": "^5.6.2",
"chart.js": "^4.5.1",
"countries-list": "^3.2.2",
"country-code-to-flag-emoji": "^2.1.0",
"date-fns": "^4.1.0",
"debounce": "^3.0.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"gravatar": "^1.8.2",
"jose": "^6.1.3",
"mathjs": "^15.1.0",
"resend": "^6.6.0",
"satori-html": "^0.3.2",
"svelte-highlight": "^7.9.0",
"zod": "^4.2.1"
}
}