-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "gale",
"version": "1.20.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"tauri": "tauri",
"locale:compile": "paraglide-js compile --outdir src/lib/paraglide",
"locale:machine-translate": "inlang machine translate --project project.inlang --locale en"
},
"devDependencies": {
"@iconify/svelte": "^5.2.1",
"@inlang/cli": "^3.1.4",
"@inlang/paraglide-js": "2.3.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.63.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^25.9.2",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.56.2",
"svelte-check": "^4.6.0",
"tailwindcss": "^4.1.18",
"tailwindcss-palette-generator": "^0.10.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^8.0.16"
},
"type": "module",
"dependencies": {
"@dnd-kit/dom": "^0.4.0",
"@dnd-kit/svelte": "^0.4.0",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-deep-link": "^2.4.6",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.4",
"@tauri-apps/plugin-updater": "^2.10.0",
"bits-ui": "^2.15.4",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"js-convert-case": "^4.2.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"runed": "^0.29.2",
"svelte-exmarkdown": "^5.0.2"
}
}