aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index 286b2a2..055771c 100644
--- a/package.json
+++ b/package.json
@@ -19,10 +19,13 @@
"express": "^4.17.1",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
+ "highlight.js": "^10.7.3",
+ "highlightjs-solidity": "^2.0.6",
"html-minifier-terser": "^7.2.0",
"marked": "^7.0.0",
"marked-footnote": "^1.2.4",
"marked-gfm-heading-id": "^3.0.6",
+ "marked-highlight": "^2.2.1",
"sass": "^1.66.1",
"uglify-js": "^3.17.4",
"winston": "^3.3.3",
@@ -31,16 +34,16 @@
"type": "module",
"devDependencies": {
"@types/clean-css": "^4.2.6",
- "@types/html-minifier-terser": "^7.0.0",
"@types/dateformat": "^5.0.0",
"@types/escape-html": "^1.0.1",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
+ "@types/html-minifier-terser": "^7.0.0",
"@types/uglify-js": "^3.17.1",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
- "typescript": "5.5.4",
- "eslint": "^8.5.0"
+ "eslint": "^8.5.0",
+ "typescript": "5.5.4"
}
}