-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "schiriplus",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@supabase/auth-helpers-sveltekit": "^0.7.1",
"@supabase/supabase-js": "^1.35.7",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "1.0.0-next.499",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@zerodevx/svelte-toast": "^0.7.2",
"bulma": "^0.9.4",
"bulma-extensions": "^6.2.7",
"bulma-responsive-tables": "^1.2.5",
"cypress": "^10.8.0",
"ics-to-json": "^1.0.0",
"moment": "^2.29.4",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"sass": "^1.55.0",
"supabase": "^1.5.0",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.10.7",
"svelte-toast": "^1.0.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@supabase/auth-helpers-sveltekit": "workspace:*",
"@supabase/supabase-js": "^1.35.3"
}
}