-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.7 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
{
"name": "lipu-svelte",
"version": "0.0.1",
"private": true,
"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": "prettier --check .",
"format": "prettier --write .",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@iconify/json": "^2.2.443",
"@kulupu-linku/sona": "^2.0.2",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/kit": "^2.53.3",
"@sveltejs/vite-plugin-svelte": "6.2.4",
"@tailwindcss/vite": "4.2.1",
"@types/d3-scale": "^4.0.9",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/sveltekit": "^1.1.0",
"bits-ui": "2.16.2",
"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.31.1",
"mode-watcher": "^1.1.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"runed": "^0.37.1",
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5",
"svelte": "5.53.5",
"svelte-check": "^4.4.4",
"sveltekit-search-params": "4.0.0-next.0",
"sveltekit-superforms": "^2.30.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "npm:rolldown-vite@^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"workbox-build": "^7.4.0",
"workbox-window": "^7.4.0",
"wrangler": "^4.69.0",
"zod": "^4.3.6"
},
"type": "module",
"packageManager": "pnpm@10.18.1"
}