-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"devDependencies": {
"@magidoc/plugin-svelte-marked": "^4.1.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "^1.5.11",
"@tsconfig/svelte": "^5.0.2",
"@types/feather-icons": "^4.29.4",
"@types/marked": "^6.0.0",
"autoprefixer": "^10.4.19",
"marked": "^12.0.1",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.7"
},
"dependencies": {
"@roxi/routify": "^2.18.15",
"@supabase/supabase-js": "^2.39.6",
"feather-icons": "^4.29.1",
"jwt-decode": "^4.0.0",
"svelte-routing": "^2.12.0"
}
}