mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "marp-slides",
|
|
"version": "0.46.1",
|
|
"description": "Create markdown-based marp presentations in Obsidian ",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "jest --coverage --silent=false",
|
|
"test:watch": "jest --watch",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@kazumatu981/markdown-it-kroki": "^1.3.2",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^16.18.86",
|
|
"@types/request": "^2.48.12",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"jest": "^29.7.0",
|
|
"markdown-it-container": "^4.0.0",
|
|
"markdown-it-mark": "^4.0.0",
|
|
"obsidian": "^1.5.7-1",
|
|
"ts-jest": "^29.1.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@marp-team/marp-cli": "^2.5.0",
|
|
"@marp-team/marp-core": "^3.9.0",
|
|
"@marp-team/marpit": "^2.6.1",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"fs-extra": "^11.2.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jszip": "^3.10.1",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|