-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.18 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.18 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "starlight",
"version": "0.3.0",
"private": true,
"license": "GPL-3.0-only",
"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",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt --ignore-path=.gitignore .",
"format:check": "oxfmt --ignore-path=.gitignore --check ."
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.25",
"@tanstack/query-persist-client-core": "^5.92.2",
"@tanstack/svelte-query": "^6.1.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-deep-link": "^2.4.7",
"@tauri-apps/plugin-dialog": "~2.6.0",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-http": "~2.5.7",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "~2.5.3",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "~2.4.2",
"@tauri-apps/plugin-updater": "~2.10.0",
"@tauri-apps/plugin-window-state": "~2.4.1",
"arktype": "^2.2.0",
"dompurify": "^3.3.3",
"marked": "^17.0.4",
"runed": "^0.37.1",
"semver": "^7.7.4"
},
"devDependencies": {
"@internationalized/date": "^3.12.0",
"@jis3r/icons": "^2.7.0",
"@lucide/svelte": "^0.577.0",
"@poppanator/sveltekit-svg": "^6.0.1",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"mode-watcher": "^1.1.0",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.0",
"svelte": "^5.53.12",
"svelte-check": "^4.4.5",
"svelte-sonner": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.0"
}
}