-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "bookie",
"version": "0.1.2",
"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",
"test": "bun test",
"test:all": "bash scripts/test-all.sh",
"postinstall": "test -f scripts/install-git-hooks.sh && bash scripts/install-git-hooks.sh || true"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-sql": "~2.4.0",
"jszip": "^3.10.1",
"pdf-lib": "^1.17.1",
"picomatch": "^4.0.4",
"svelte-pdf": "^2.0.2",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.59.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.11.1",
"@types/bun": "^1.3.13",
"svelte": "^5.53.12",
"svelte-check": "^4.4.5",
"typescript": "~6.0.3",
"vite": "^8.0.11"
}
}