-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.93 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
73
{
"name": "beads-task-issue-tracker",
"type": "module",
"version": "1.24.2",
"description": "A lightweight desktop app for managing Beads issues outside your IDE",
"author": {
"name": "Laurent Chapin",
"email": "laurent.chapin@w3dev.fr"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/w3dev33/beads-task-issue-tracker.git"
},
"homepage": "https://github.com/w3dev33/beads-task-issue-tracker",
"bugs": {
"url": "https://github.com/w3dev33/beads-task-issue-tracker/issues"
},
"keywords": [
"beads",
"issue-tracker",
"tauri",
"desktop-app",
"vue",
"nuxt"
],
"scripts": {
"dev": "nuxt dev --no-fork",
"build": "nuxt generate",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tauri:dev": "cargo tauri dev",
"tauri:build": "cargo tauri build",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@tanstack/vue-table": "^8.21.3",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-shell": "^2.3.4",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"lucide-vue-next": "^0.563.0",
"markdown-it": "^14.1.0",
"nuxt": "^4.3.0",
"reka-ui": "^2.7.0",
"shadcn-nuxt": "2.4.3",
"sortablejs": "^1.15.6",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/cli": "^2.9.6",
"@types/dompurify": "^3.2.0",
"@types/markdown-it": "^14.1.2",
"@types/sortablejs": "^1.15.9",
"jsdom": "^28.1.0",
"tailwindcss": "^4.1.18",
"terser": "^5.46.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.3"
},
"packageManager": "pnpm@10.0.0"
}