dependencies
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
package.json
|
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
posts.js
|
posts.js
|
||||||
|
@@ -1 +1 @@
|
|||||||
124
|
128
|
8
package.json
Executable file
8
package.json
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"crypto": "^1.0.1",
|
||||||
|
"date-fns": "^4.1.0",
|
||||||
|
"express": "^5.1.0",
|
||||||
|
"showdown": "^2.1.0"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user