-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.51 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
{
"name": "challenge-run-site-v2",
"version": "0.5.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide && vite dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide && vite build",
"preview": "vite preview",
"check": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@inlang/paraglide-js": "^2.13.2",
"@sveltejs/adapter-cloudflare": "^7.2.7",
"@sveltejs/kit": "^2.52.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/sanitize-html": "^2.16.1",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.15.0",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"sass": "^1.97.3",
"svelte": "^5.51.3",
"svelte-check": "^4.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1"
},
"dependencies": {
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.96.0",
"bits-ui": "2.16.3",
"js-yaml": "^4.1.1",
"lucide-svelte": "^0.469.0",
"marked": "^17.0.2",
"sanitize-html": "^2.17.1"
}
}