-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.85 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
{
"name": "@kizivat/saas-kit",
"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",
"test:watch": "vitest",
"test": "vitest run",
"lint": "eslint .",
"format": "prettier --write . --ignore-path .gitignore",
"format:check": "prettier --check . --ignore-path .gitignore"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.23",
"@iconify-json/devicon-plain": "^1.1.40",
"@iconify-json/line-md": "^1.1.37",
"@iconify-json/lucide": "^1.1.187",
"@iconify-json/simple-icons": "^1.1.101",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.0",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"type": "module",
"dependencies": {
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"bits-ui": "^0.21.10",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-svelte": "^8.1.3",
"formsnap": "^1.0.0",
"lucide-svelte": "^0.379.0",
"mode-watcher": "^0.3.0",
"stripe": "^15.8.0",
"sveltekit-superforms": "^2.13.1",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"vaul-svelte": "^0.3.0",
"zod": "^3.23.8"
}
}