-
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.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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": "zettel",
"version": "0.18.4",
"description": "Offline-first invoice generator with ZUGFeRD/Factur-X support",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build --config src-tauri/tauri.bundle.conf.json",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@internationalized/date": "^3.12.1",
"@lucide/svelte": "^1.16.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-sql": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.5.0",
"@tauri-apps/plugin-window-state": "^2.2.0",
"bits-ui": "^1.3.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.36.4",
"svelte-spa-router": "^5.1.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.1.0",
"@vitest/ui": "^2.1.8",
"drizzle-kit": "^0.28.1",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^4.0.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20"
},
"license": "MIT"
}