rafaelgb_Obsidian-ZettelFlow/package.json
2025-08-17 15:34:12 +02:00

54 lines
1.5 KiB
JSON

{
"name": "zettelflow",
"version": "2.11.0",
"description": "A plugin for Obsidian that allows you to create and manage notes in a ZettelFlow-like way.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"release": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "jest",
"lint": "oxlint ./src",
"lint:fix": "oxlint ./src --fix",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"keywords": [],
"author": "RafaelGB",
"license": "MIT",
"devDependencies": {
"@codemirror/lang-javascript": "6.2.4",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@types/node": "24.3.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@types/uuid": "10.0.0",
"builtin-modules": "5.0.0",
"codemirror": "6.0.2",
"esbuild": "0.25.9",
"esbuild-sass-plugin": "3.3.1",
"husky": "9.1.7",
"jest": "30.0.5",
"obsidian": "1.8.7",
"oxlint": "1.12.0",
"sass": "1.90.0",
"ts-jest": "29.4.1",
"tslib": "2.8.1",
"typescript": "5.9.2",
"zustand": "5.0.7"
},
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/modifiers": "9.0.0",
"@popperjs/core": "2.11.8",
"json-stable-stringify": "1.3.0",
"monkey-around": "3.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"tiny-jsonc": "1.0.2",
"use-sync-external-store": "1.5.0",
"uuid": "11.1.0"
}
}