-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "albm-website",
"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": "eslint .",
"update-types": "npx supabase gen types typescript --project-id \"$PROJECT_ID\" > src/types/database.types.ts"
},
"devDependencies": {
"@steeze-ui/heroicons": "^2.3.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@stripe/stripe-js": "^3.3.0",
"@supabase/auth-helpers-sveltekit": "^0.13.0",
"@supabase/supabase-js": "^2.42.5",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/luxon": "^3.4.2",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"compressorjs": "^1.2.1",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.37.0",
"luxon": "^3.4.4",
"nodemailer": "^6.9.13",
"sass": "^1.75.0",
"stripe": "^15.3.0",
"svelte": "^4.2.15",
"svelte-autosize": "^1.1.0",
"svelte-check": "^3.6.9",
"svelte-infinite-loading": "^1.3.8",
"svelte-notifications": "^0.9.98",
"svelte-persisted-store": "^0.9.2",
"svelte-stripe": "^1.1.7",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9"
},
"type": "module",
"dependencies": {
"svelte-boring-avatars": "^1.2.6"
}
}