mirror of
https://github.com/poanse/obsidian-taskmap.git
synced 2026-07-22 06:05:58 +00:00
* updated installation instruction * fixed warnings from automatic review * removed unused dependencies * updated eslint settings and fixed warnings * fixed esling warnings, moved screenshot to .github * bumped version
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-taskmap",
|
|
"version": "0.1.6",
|
|
"description": "Taskmap plugin for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"svelte-check": "svelte-check --tsconfig tsconfig.json",
|
|
"perf:tasks": "tsx scripts/perf-tasks.ts",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/css": "^0.14.1",
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/node": "latest",
|
|
"@typescript-eslint/eslint-plugin": "latest",
|
|
"@typescript-eslint/parser": "latest",
|
|
"esbuild": "latest",
|
|
"esbuild-svelte": "^0.9.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"eslint-plugin-svelte": "^3.14.0",
|
|
"globals": "^16.5.0",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.8.2",
|
|
"rollup-plugin-svelte": "^7.2.3",
|
|
"svelte": "^5.45.5",
|
|
"svelte-check": "^4.3.4",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"tslib": "latest",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "latest",
|
|
"typescript-eslint": "^8.54.0"
|
|
},
|
|
"dependencies": {
|
|
"@napolab/alpha-blend": "^2.0.0",
|
|
"@panzoom/panzoom": "^4.6.1",
|
|
"lucide-svelte": "^0.562.0",
|
|
"rollup-plugin-css-only": "^4.5.5",
|
|
"ts-pattern": "^5.9.0",
|
|
"valibot": "^1.3.1"
|
|
}
|
|
}
|