add react-dates and moment

This commit is contained in:
Thomas Ruoff
2020-06-27 01:09:24 +02:00
parent 699df3415b
commit 8d9f613a52
2 changed files with 234 additions and 0 deletions

View File

@@ -8,8 +8,10 @@
"start": "next start"
},
"dependencies": {
"moment": "^2.27.0",
"next": "9.4.4",
"react": "16.13.1",
"react-dates": "^21.8.0",
"react-dom": "16.13.1"
}
}