-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.58 KB
/
package.json
File metadata and controls
84 lines (84 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
84
{
"name": "whenplane",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.12.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"generate-history": "ts-node-esm src/scripts/old-history-generator/index.ts",
"predownload-vods": "ts-node-esm --experimental-specifier-resolution=node src/scripts/time-extractor/predownload-shows.ts"
},
"devDependencies": {
"@block65/webcrypto-web-push": "^0.3.2",
"@cloudflare/workers-types": "^4.20250410.0",
"@colour-extractor/colour-extractor": "^1.0.1",
"@playwright/test": "^1.28.1",
"@skeletonlabs/skeleton": "^1.2.5",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-cloudflare": "^2.3.4",
"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/bcryptjs": "^2.4.6",
"@types/diff": "^5.2.2",
"@types/luxon": "^3.3.0",
"@types/node": "^20.4.5",
"@types/qrcode": "^1.5.5",
"@types/sanitize-html": "^2.9.5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"miniflare": "^4.20250408.0",
"postcss": "^8.4.23",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"sharp": "^0.32.6",
"svelte": "^4.2.18",
"svelte-bootstrap-icons": "^3.0.0",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tesseract.js": "^4.1.2",
"ts-node": "^10.9.1",
"ts-twitch-api": "^0.2.1",
"tslib": "^2.4.1",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vitest": "^0.33.0"
},
"type": "module",
"dependencies": {
"@dimfeld/svelte-lazyload": "^0.0.4",
"@floating-ui/dom": "^1.2.7",
"airport-data-js": "^1.0.6",
"apexcharts": "^3.42.0",
"bcryptjs": "^2.4.3",
"blurhash": "^2.0.5",
"currencies-map": "^3.3.5",
"diff": "^7.0.0",
"fast-blurhash": "^1.1.2",
"hi-base32": "^0.5.1",
"luxon": "^3.3.0",
"minisearch": "^6.3.0",
"nprogress": "^0.2.0",
"otpauth": "^9.3.4",
"qrcode": "^1.5.4",
"sanitize-html": "^2.12.1",
"socket.io-client": "^4.7.2",
"svelte-confetti": "^1.3.2",
"svelte-turnstile": "^0.8.0",
"typesense": "^1.8.2"
}
}