From 8e38d9382b0d588a80441e7c7650a58b11ba4564 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 9 Apr 2021 19:05:41 +0430 Subject: trying to add syntax highlighting for markdown --- package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..a47eac5 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "web", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/terminaldweller/web.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/terminaldweller/web/issues" + }, + "homepage": "https://github.com/terminaldweller/web#readme", + "dependencies": { + "ejs": "^3.1.6", + "jsdom": "^16.2.2", + "katex": "^0.11.1", + "markdown-it": "^11.0.0", + "markdown-it-highlightjs": "^3.4.0", + "markdown-it-multimd-table": "^4.0.2", + "markdown-it-texmath": "^0.7.0" + } +} -- cgit v1.2.3