mirror of
https://github.com/4513echo/obsidian-embed-plus.git
synced 2026-07-22 17:20:32 +00:00
24 lines
618 B
JSON
24 lines
618 B
JSON
{
|
|
"name": "obsidian-embed-plus",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.12.3",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/view": "^6.41.1",
|
|
"obsidian": "^1.12.3"
|
|
},
|
|
"devDependencies": {
|
|
"@optique/core": "^1.0.2",
|
|
"@optique/run": "^1.0.2",
|
|
"@types/node": "^25.6.0",
|
|
"@types/semver": "^7.7.1",
|
|
"@typescript/native-preview": "7.0.0-dev.20260505.1",
|
|
"dax": "^0.45.0",
|
|
"eslint-plugin-obsidianmd": "^0.2.9",
|
|
"semver": "^7.7.4",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"packageManager": "pnpm@11.0.5"
|
|
}
|