generated from coppinger/basedkit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.39 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
73
74
75
76
{
"name": "skunk-svelte-skele",
"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 . && eslint .",
"format": "prettier --write .",
"gentypes": "supabase gen types typescript --project-id ktnwuhsueazrotoagcww > DatabaseDefinitions.ts"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/enhanced-img": "^0.2.0",
"@sveltejs/kit": "latest",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"postgres": "^3.4.4",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "latest",
"svelte-check": "^3.6.0",
"svelte-confetti": "^1.3.1",
"svelte-headless-table": "^0.18.2",
"tailwindcss": "^3.3.6",
"tailwindcss-contain": "^0.1.1",
"tslib": "^2.4.1",
"typescript": "next",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@fontsource-variable/manrope": "^5.0.20",
"@formkit/auto-animate": "^0.8.2",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/auth-ui-svelte": "^0.2.9",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.1",
"@svackages/set-focus": "^1.0.3",
"@threlte/core": "^7.3.0",
"@threlte/extras": "^8.11.2",
"@threlte/gltf": "^2.0.3",
"@types/three": "^0.163.0",
"bits-ui": "^0.11.8",
"clsx": "^2.0.0",
"cmdk-sv": "^0.0.17",
"date-fns": "^3.6.0",
"formsnap": "^1.0.0",
"fuse.js": "^7.0.0",
"iconify-icon": "^2.1.0",
"lodash-es": "^4.17.21",
"lucide-svelte": "^0.299.0",
"mode-watcher": "^0.3.0",
"octokit": "latest",
"phosphor-svelte": "^1.4.2",
"svelte-french-toast": "^1.2.0",
"svelte-sonner": "^0.3.22",
"sveltekit-superforms": "^2.12.5",
"tailwind-merge": "^2.1.0",
"tailwind-variants": "^0.1.19",
"three": "^0.163.0",
"zod": "^3.22.5"
}
}