mirror of
https://github.com/mizarzh/mathlive-in-editor-mode.git
synced 2026-07-22 10:10:33 +00:00
36 lines
920 B
JSON
36 lines
920 B
JSON
{
|
|
"name": "mathlive-in-editor-mode",
|
|
"version": "0.4.3",
|
|
"description": "MathLive input in editor mode",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/language": "^6.10.1",
|
|
"@codemirror/state": "^6.5.0",
|
|
"@codemirror/view": "^6.38.6",
|
|
"eslint": "9.17.0",
|
|
"@eslint/js": "9.30.1",
|
|
"@types/node": "^16.11.6",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.25.5",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"globals": "14.0.0",
|
|
"jiti": "2.6.1",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.35.1"
|
|
},
|
|
"dependencies": {
|
|
"json5": "^2.2.3",
|
|
"mathlive": "0.110.0"
|
|
}
|
|
}
|