-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "bill-blitz",
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/bcrypt": "^5.0.2",
"@types/dom-to-image": "^2.6.7",
"nprogress": "^0.2.0",
"svelte": "^4.2.7",
"svelte-awesome-color-picker": "^3.1.0",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@auth/sveltekit": "^1.1.0",
"@iconify/svelte": "^4.0.2",
"@internationalized/date": "^3.5.5",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@sveltejs/adapter-vercel": "^5.4.3",
"@vime/core": "^5.4.1",
"@vime/svelte": "^5.4.1",
"autoprefixer": "^10.4.19",
"bcrypt": "^5.1.1",
"bits-ui": "^0.21.9",
"cssnano": "^7.0.5",
"date-fns": "^3.6.0",
"filepond": "^4.31.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"flowbite-svelte": "^0.46.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"libphonenumber-js": "^1.11.3",
"postcss": "^8.4.38",
"svelte-filepond": "^0.2.2",
"svelte-motion": "^0.12.2",
"svelte-signature-pad": "^0.0.2",
"tailwindcss": "^3.4.3"
}
}