dotfiles/script-resources/markdown2htmldoc/package.json
dependabot[bot] 0d35770687
Bump markdown-it in /script-resources/markdown2htmldoc (#1)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.2.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 11:05:58 +01:00

29 lines
863 B
JSON

{
"private": true,
"scripts": {
"theme:build": "sass --no-source-map --style=compressed themes-src/:themes-out/",
"theme:watch": "sass --no-source-map --style=compressed --watch themes-src/:themes-out/"
},
"dependencies": {
"argparse": "^2.0.1",
"github-markdown-css": "^4.0.0",
"github-slugger": "^1.4.0",
"markdown-it": "^12.3.2",
"markdown-it-admonition": "^1.0.4",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-task-checkbox": "^1.0.6",
"prismjs": "^1.25.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-dmitmel": "dmitmel/eslint-config-dmitmel",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"normalize.css": "^8.0.1",
"prettier": "^2.4.1",
"sass": "^1.42.0"
}
}