From b241a80963b4d9d51171778bc5e1599d3985ed6c Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 11 Jul 2025 12:59:53 +0100 Subject: [PATCH] dependencies --- .gitignore | 1 - hitcount.txt | 2 +- package.json | 8 ++++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 package.json diff --git a/.gitignore b/.gitignore index ea98dc6..34225d9 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -package.json node_modules package-lock.json posts.js diff --git a/hitcount.txt b/hitcount.txt index a09fd8a..b854a29 100644 --- a/hitcount.txt +++ b/hitcount.txt @@ -1 +1 @@ -124 \ No newline at end of file +128 \ No newline at end of file diff --git a/package.json b/package.json new file mode 100755 index 0000000..49e1ebb --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "crypto": "^1.0.1", + "date-fns": "^4.1.0", + "express": "^5.1.0", + "showdown": "^2.1.0" + } +}