mirror of
https://github.com/davidgolding/obsidian-colophon.git
synced 2026-07-22 13:50:26 +00:00
40 lines
No EOL
1.5 KiB
JSON
40 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "obsidian-colophon",
|
|
"version": "2.2.4",
|
|
"description": "A dedicated, typographically refined writing canvas for structuring long-form manuscripts and screenplays.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "esbuild src/main.js --bundle --minify --outfile=main.js --format=cjs --external:obsidian --external:electron --platform=node",
|
|
"test": "vitest run"
|
|
},
|
|
"keywords": [],
|
|
"author": "David Golding",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.19.0",
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.0",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^3.22.3",
|
|
"@tiptap/extension-bold": "^3.22.3",
|
|
"@tiptap/extension-document": "^3.22.3",
|
|
"@tiptap/extension-dropcursor": "^3.22.3",
|
|
"@tiptap/extension-gapcursor": "^3.22.3",
|
|
"@tiptap/extension-hard-break": "^3.22.3",
|
|
"@tiptap/extension-history": "^3.22.3",
|
|
"@tiptap/extension-horizontal-rule": "^3.22.3",
|
|
"@tiptap/extension-italic": "^3.22.3",
|
|
"@tiptap/extension-paragraph": "^3.22.3",
|
|
"@tiptap/extension-strike": "^3.22.3",
|
|
"@tiptap/extension-subscript": "^3.22.3",
|
|
"@tiptap/extension-superscript": "^3.22.3",
|
|
"@tiptap/extension-text": "^3.22.3",
|
|
"@tiptap/extension-text-style": "^3.22.3",
|
|
"@tiptap/extension-underline": "^3.22.3",
|
|
"@tiptap/pm": "^3.22.3",
|
|
"@tiptap/starter-kit": "^3.22.3",
|
|
"fast-diff": "^1.3.0",
|
|
"jszip": "^3.10.1"
|
|
}
|
|
} |