-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.77 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
{
"name": "lipu-svelte",
"version": "^0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "oxfmt --check .",
"format": "oxfmt .",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260702.1",
"@iconify/json": "^2.2.510",
"@internationalized/date": "^3.12.3",
"@kulupu-linku/sona": "^2.1.3",
"@lingui/detect-locale": "^6.6.0",
"@oddbird/css-anchor-positioning": "^0.9.0",
"@sveltejs/adapter-cloudflare": "^7.2.9",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tailwindcss/vite": "^4.3.3",
"@types/d3-scale": "^4.0.9",
"@types/node": "^26.1.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/sveltekit": "^1.1.0",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"fastest-levenshtein": "^1.0.16",
"formsnap": "^2.0.1",
"layerchart": "2.0.0-next.40",
"lightningcss": "^1.33.0",
"minisearch": "^7.2.0",
"mode-watcher": "^1.1.0",
"oxfmt": "^0.57.0",
"runed": "^0.37.1",
"sharp": "^0.35.3",
"sharp-ico": "^0.1.5",
"svelte": "^5.56.8",
"svelte-check": "^4.7.4",
"sveltekit-superforms": "^2.30.2",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.3.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"unplugin-icons": "^23.0.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.2.1",
"vite-plugin-pwa": "^1.3.0",
"workbox-build": "^7.4.1",
"workbox-window": "^7.4.1",
"wrangler": "^4.119.0",
"zod": "^4.4.3"
},
"packageManager": "pnpm@11.9.0"
}