diff options
author | HampusM <hampus@hampusmat.com> | 2021-04-16 23:05:12 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-04-16 23:05:12 +0200 |
commit | 0b41f38661d4ce3f90ad4df7cc5a17efae8352aa (patch) | |
tree | defc5d71613985381dcd03eec081b6eb7b0629ca /package.json | |
parent | ef256e9e40b5fd0cc741c509e611808cc66bafad (diff) |
Added basic backend code, two api endpoints & sanitization
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4b9c815..5473045 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "bootstrap": "5.0.0-beta3", + "date-fns": "^2.21.1", "express": "5.0.0-alpha.8" }, "devDependencies": { |