mirror of
https://github.com/ratiger/obsidian-banyan.git
synced 2026-07-22 05:49:34 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "banyan",
|
|
"version": "1.4.5",
|
|
"description": "A card-based homepage to browse, organize, and navigate notes effortlessly with multi-tag filtering.",
|
|
"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",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "ratiger",
|
|
"license": "GPL-3.0-only",
|
|
"devDependencies": {
|
|
"@jest/types": "^30.0.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^16.18.126",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-calendar-heatmap": "^1.9.0",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"jest": "^30.0.2",
|
|
"obsidian": "^1.8.7",
|
|
"ts-jest": "^29.4.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-calendar-heatmap": "^1.10.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-tooltip": "^5.28.1",
|
|
"zustand": "^5.0.4"
|
|
}
|
|
}
|