dependencies

This commit is contained in:
deadvey 2025-07-11 12:59:53 +01:00
parent b538d495db
commit b241a80963
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
package.json
node_modules
package-lock.json
posts.js

View File

@ -1 +1 @@
124
128

8
package.json Executable file
View File

@ -0,0 +1,8 @@
{
"dependencies": {
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"showdown": "^2.1.0"
}
}