-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "helm",
"version": "0.2.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"build:macos": "bash scripts/build-macos.sh",
"tauri": "tauri"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XeldarAlz/helm.git"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.10.1",
"@tsconfig/svelte": "^5.0.8",
"jsdom": "^28.1.0",
"svelte": "^5.53.12",
"svelte-check": "^4.4.5",
"tailwindcss": "^4.2.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.1.0"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"lucide-svelte": "^0.577.0",
"marked": "^17.0.4",
"motion": "^12.36.0",
"shiki": "^4.0.2",
"svelte-i18n": "^4.0.1"
}
}