-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.57 KB
/
package.json
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
{
"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 --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify/json": "^2.2.272",
"@kulupu-linku/sona": "^0.3.7",
"@sveltejs/adapter-cloudflare": "^5.0.0",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "4.0.1",
"@types/d3-scale": "^4.0.8",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/sveltekit": "^0.6.6",
"bits-ui": "1.0.0-next.63",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"fastest-levenshtein": "^1.0.16",
"layerchart": "^0.59.1",
"lightningcss": "^1.28.1",
"lucide-svelte": "^0.460.0",
"mode-watcher": "^0.5.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"runed": "^0.15.3",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"svelte": "5.2.4",
"svelte-check": "^4.0.8",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0"
},
"type": "module",
"packageManager": "[email protected]"
}