pompy.dev/packages/content/package.json
developomp ae5ecaaccc refactor: replace markdown parser
- replace markdown-it with remark and rehype
- add bunch of markdown features
2023-07-10 10:56:09 +09:00

54 lines
1.8 KiB
JSON

{
"name": "@developomp-site/content",
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "rm -rf build && tsc && node --es-module-specifier-resolution=node build/index.js",
"lint": "eslint .",
"clean": "rm -rf .turbo node_modules dist build"
},
"dependencies": {
"@developomp-site/eslint-config": "workspace:^",
"@developomp-site/prettier-config": "workspace:^",
"@microflash/remark-callout-directives": "^1.6.0",
"@types/dompurify": "^3.0.2",
"@types/ejs": "^3.1.2",
"@types/elasticlunr": "^0.9.5",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.4.1",
"@types/read-time-estimate": "^0.0.0",
"@types/svgo": "^3.0.0",
"@types/tinycolor2": "^1.4.3",
"canvas": "^2.11.2",
"ejs": "^3.1.9",
"elasticlunr": "^0.9.5",
"eslint": "^8.44.0",
"gray-matter": "^4.0.3",
"jsdom": "^22.1.0",
"markdown-toc": "^1.2.0",
"read-time-estimate": "^0.0.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-color-chips": "^0.1.3",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"rehype-title-figure": "^0.1.2",
"remark-directive": "^2.0.1",
"remark-flexible-markers": "^1.0.3",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-supersub": "^1.0.0",
"simple-icons": "^9.4.0",
"svgo": "^3.0.2",
"tinycolor2": "^1.6.0",
"typescript": "^5.1.6",
"unified": "^10.1.2"
}
}