aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-04-09 14:35:41 +0000
committerterminaldweller <thabogre@gmail.com>2021-04-09 14:35:41 +0000
commit8e38d9382b0d588a80441e7c7650a58b11ba4564 (patch)
tree0b217ad27777f4d8f7d1098125352e610775c7e8 /package.json
parenta simple node express ejs blog (diff)
downloadblog-8e38d9382b0d588a80441e7c7650a58b11ba4564.tar.gz
blog-8e38d9382b0d588a80441e7c7650a58b11ba4564.zip
trying to add syntax highlighting for markdown
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
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"
+ }
+}