mirror of
https://github.com/hiforrest/source-mode-inline-images.git
synced 2026-07-22 07:32:19 +00:00
- Add Editor ADHD intro (EN/CN) to README - Add logo-github.avif animation - Bump version 0.1.0 → 0.2.0
18 lines
721 B
JSON
18 lines
721 B
JSON
{
|
|
"name": "source-mode-inline-images",
|
|
"version": "0.2.0",
|
|
"description": "Show images below image links in Obsidian source mode.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "esbuild main.ts --bundle --external:obsidian --external:@codemirror/view --external:@codemirror/state --format=cjs --target=es2018 --outfile=main.js --sourcemap --watch",
|
|
"build": "esbuild main.ts --bundle --external:obsidian --external:@codemirror/view --external:@codemirror/state --format=cjs --target=es2018 --outfile=main.js"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/state": "6.5.2",
|
|
"@codemirror/view": "6.38.8",
|
|
"esbuild": "0.25.0",
|
|
"obsidian": "1.8.7",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|