Files
plainidx/packages/plugin-markdown/package.json
Morten Olsen 7bebe30bf7 rename
2024-12-10 21:11:14 +01:00

35 lines
839 B
JSON

{
"name": "@plainidx/plugin-markdown",
"version": "1.0.0",
"type": "module",
"main": "dist/exports.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"@plainidx/plainidx": "workspace:*",
"@plainidx/plugin-core": "workspace:*",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"remark-behead": "^3.1.0",
"remark-directive": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}