-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) 路 2.09 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) 路 2.09 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
{
"name": "quackster",
"private": true,
"license": "EUPL-1.2",
"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",
"lint": "prettier --check . && eslint .",
"lint:unix": "eslint . --format unix",
"format": "prettier --write .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright install && playwright test"
},
"devDependencies": {
"@eslint/compat": "2.1.0",
"@eslint/js": "10.0.1",
"@inlang/paraglide-js": "2.22.0",
"@inlang/plugin-m-function-matcher": "^2.2.9",
"@inlang/plugin-message-format": "^4.4.0",
"@playwright/test": "1.61.1",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.70.1",
"@sveltejs/vite-plugin-svelte": "7.2.0",
"@types/node": "26.1.1",
"@vitest/browser-playwright": "4.1.10",
"eslint": "10.7.0",
"eslint-config-prettier": "10.1.8",
"eslint-formatter-unix": "9.0.1",
"eslint-plugin-svelte": "3.22.0",
"globals": "17.7.0",
"jiti": "^2.7.0",
"playwright": "1.61.1",
"prettier": "3.9.6",
"prettier-plugin-svelte": "4.1.1",
"svelte": "5.56.7",
"svelte-check": "4.7.3",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"vite": "8.2.0",
"vitest": "4.1.10",
"vitest-browser-svelte": "3.0.0"
},
"dependencies": {
"@fontsource/caveat": "5.3.0",
"@fontsource/cinzel-decorative": "5.3.0",
"@fontsource/crimson-text": "5.3.0",
"@fontsource/inter": "5.3.0",
"@fontsource/jetbrains-mono": "5.3.0",
"@fontsource/kalam": "5.3.0",
"@fontsource/lora": "5.3.0",
"@fontsource/medievalsharp": "5.3.0",
"@fontsource/orbitron": "5.3.0",
"@fontsource/poppins": "5.3.0",
"@fontsource/press-start-2p": "5.3.0",
"@fontsource/quicksand": "5.3.0",
"@fontsource/rajdhani": "5.3.0",
"@fontsource/rye": "5.3.0",
"@fontsource/sancreek": "5.3.0",
"@types/qrcode": "^1.5.6",
"bits-ui": "2.18.1",
"qrcode": "^1.5.4"
}
}