mirror of
https://github.com/jinmugo/obsidian-context-workspaces.git
synced 2026-07-22 06:41:31 +00:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "obsidian-context-workspaces",
|
|
"version": "0.1.6",
|
|
"description": "A workspace toolkit to build focused, clutter-free zones for every task.",
|
|
"main": "main.js",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10.13.1"
|
|
},
|
|
"packageManager": "pnpm@10.13.1",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"prod": "node esbuild.config.mjs production",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"prepare": "lefthook install",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"workspace",
|
|
"context",
|
|
"spaces",
|
|
"productivity"
|
|
],
|
|
"author": "jinmugo",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
"@typescript-eslint/parser": "^8.48.1",
|
|
"esbuild": "0.17.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^16.5.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"lefthook": "^1.12.3",
|
|
"obsidian": "latest",
|
|
"ts-jest": "^29.1.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "^8.48.1"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"emoji-mart": "^5.6.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|