aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-09-09 17:59:57 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-09-09 17:59:57 +0100
commit773d657ad103bd6911eddeac8618942bb9fcbcce (patch)
tree55b06ade19b2422e4f8bf6b8b79441e7efb045d1 /package.json
parent2620b9c21761759b6b57a3b29e58c0fbb739a413 (diff)
Add footnotes feature
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index a953c9c..286b2a2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "panulat",
- "version": "1.2",
+ "version": "1.3",
"description": "",
"main": "app/index.mjs",
"scripts": {
@@ -9,8 +9,6 @@
},
"author": "Leonardo Bishop",
"dependencies": {
- "@types/clean-css": "^4.2.6",
- "@types/html-minifier-terser": "^7.0.0",
"axios": "^1.4.0",
"chokidar": "^3.5.3",
"clean-css": "^5.3.2",
@@ -22,7 +20,8 @@
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0",
- "marked": "^6.0.0",
+ "marked": "^7.0.0",
+ "marked-footnote": "^1.2.4",
"marked-gfm-heading-id": "^3.0.6",
"sass": "^1.66.1",
"uglify-js": "^3.17.4",
@@ -31,6 +30,8 @@
},
"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",
@@ -39,6 +40,7 @@
"@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"
}
}