-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 KB
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
{
"name": "wasp-launcher",
"version": "0.15.8",
"description": "",
"type": "module",
"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",
"tauri": "tauri",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"gentypes": "bun run src/lib/types/update.ts"
},
"license": "MIT",
"dependencies": {
"@lucide/svelte": "^0.525.0",
"@mdit/plugin-img-lazyload": "^0.22.2",
"@shikijs/markdown-it": "^3.22.0",
"@supabase/supabase-js": "^2.95.3",
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-cli": "~2.4.1",
"@tauri-apps/plugin-dialog": "~2.6.0",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-http": "~2.5.7",
"@tauri-apps/plugin-opener": "~2.5.3",
"@tauri-apps/plugin-store": "~2.4.2",
"@tauri-apps/plugin-updater": "~2.10.0",
"markdown-it": "^14.1.1",
"markdown-it-emoji": "^3.0.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@skeletonlabs/skeleton": "^4.12.0",
"@skeletonlabs/skeleton-svelte": "^4.12.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.51.0",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tauri-apps/cli": "^2.10.0",
"@types/markdown-it-emoji": "^3.0.1",
"prettier": "^3.8.1",
"prettier-plugin-rust": "^0.1.9",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.51.0",
"svelte-check": "^4.4.0",
"typescript": "~5.6.3",
"vite": "^6.4.1",
"vite-plugin-devtools-json": "^1.0.0"
}
}