mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-task-progress-bar",
|
|
"version": "1.6.0",
|
|
"description": "A task progress bar plugin for tasks in Obsidian.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"bumpversion": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "Boninall",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/lang-html": "^6.0.0",
|
|
"@codemirror/basic-setup": "^0.20.0",
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
"@codemirror/language": "https://github.com/lishid/cm-language",
|
|
"@codemirror/rangeset": "^0.19.1",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@codemirror/stream-parser": "https://github.com/lishid/stream-parser",
|
|
"codemirror": "^6.0.0",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
|
"@typescript-eslint/parser": "^5.2.0",
|
|
"builtin-modules": "^3.2.0",
|
|
"esbuild": "0.13.12",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.3",
|
|
"regexp-match-indices": "^1.0.2"
|
|
}
|
|
}
|