mirror of
https://github.com/selectstarfromusers/obsidian-task-manager.git
synced 2026-07-22 14:00:23 +00:00
Board and Focus view modes with customizable buckets, secondary grouping by any frontmatter property, inline #task tracking from notes with bidirectional sync, drag-and-drop, completion animations, ARIA accessibility, and mobile-friendly touch targets. Co-authored-by: Isaac
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"name": "obsidian-tasks",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"dev": "node esbuild.config.mjs --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.20.0",
|
|
"obsidian": "^1.7.2",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|