mirror of
https://github.com/4513echo/obsidian-embed-plus.git
synced 2026-07-22 17:20:32 +00:00
30 lines
763 B
JSON
30 lines
763 B
JSON
{
|
|
"name": "obsidian-embed-plus",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsgo && vp build --mode prod",
|
|
"prepare": "vp config"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.12.3",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/view": "^6.43.0",
|
|
"obsidian": "^1.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@optique/core": "^1.0.2",
|
|
"@optique/run": "^1.0.2",
|
|
"@types/node": "^25.9.1",
|
|
"@types/semver": "^7.7.1",
|
|
"@typescript/native-preview": "7.0.0-dev.20260527.2",
|
|
"dax": "^0.45.0",
|
|
"eslint": "^10.4.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"semver": "^7.8.1",
|
|
"typescript": "~6.0.3",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"packageManager": "pnpm@11.5.0"
|
|
}
|