-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.03 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.03 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
{
"name": "fuiz-website",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"bun": ">=1.2.0"
},
"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": "biome format && biome check && eslint .",
"lint:fix": "biome format --write && biome check --write && eslint . --fix",
"format": "biome format --write",
"test": "vitest run",
"test:watch": "vitest",
"lang": "bun run lang:check && bun run lang:untranslated && bun run lang:unused",
"lang:check": "node scripts/check-messages.js",
"lang:untranslated": "node scripts/find-untranslated.js",
"lang:unused": "node scripts/find-unused-messages.js"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@eslint/compat": "^2.1.0",
"@iconify-json/material-symbols": "^1.2.74",
"@inlang/paraglide-js": "^2.18.1",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@types/bun": "^1.3.14",
"@types/node": "^25.9.1",
"@types/object-hash": "^3.0.6",
"eslint": "^10.4.0",
"eslint-plugin-svelte": "^3.17.1",
"super-sitemap": "^1.0.12",
"svelte": "^5.55.9",
"svelte-check": "^4.4.8",
"svelte-dnd-action": "^0.9.69",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.14",
"vitest": "^4.1.7",
"wrangler": "^4.94.0"
},
"dependencies": {
"@fontsource-variable/atkinson-hyperlegible-next": "^5.2.6",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/noto-sans-arabic": "^5.2.10",
"@fontsource/poppins": "^5.2.7",
"@oddbird/popover-polyfill": "^0.6.1",
"@thisux/sveltednd": "^0.4.1",
"interestfor": "^1.0.8",
"jszip": "^3.10.1",
"object-hash": "^3.0.0",
"smol-toml": "^1.6.1",
"svelte-confetti": "^2.3.2",
"uuid": "^14.0.0"
}
}