-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "shadcn-svelte-extras",
"packageManager": "[email protected]",
"version": "1.20.2",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"build:registry": "jsrepo build"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource/geist-mono": "^5.1.1",
"@lukulent/svelte-umami": "^0.0.4",
"@shikijs/langs": "^3.0.0",
"@shikijs/themes": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.6.2",
"@sveltejs/kit": "^2.17.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"autoprefixer": "^10.4.20",
"bits-ui": "1.3.2",
"clsx": "^2.1.1",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^16.0.0",
"isomorphic-dompurify": "^2.22.0",
"jsrepo": "^1.39.0",
"lucide-svelte": "^0.475.0",
"mode-watcher": "^0.5.1",
"nanoid": "^5.1.0",
"package-manager-detector": "^0.2.9",
"prettier": "^3.5.1",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"runed": "^0.23.4",
"shiki": "^3.0.0",
"svelte": "^5.20.2",
"svelte-check": "^4.1.4",
"svelte-easy-crop": "^4.0.0",
"svelte-sonner": "^0.3.28",
"svelte-tel-input": "^3.6.0",
"svelte-toolbelt": "^0.7.1",
"sveltekit-superforms": "^2.23.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"valibot": "1.0.0-rc.1",
"vaul-svelte": "1.0.0-next.3",
"vite": "^6.1.1",
"yeezy-dates": "^1.0.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}