diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index b9a118f..3709131 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "axios": "^0.21.1", "formik": "^2.2.6", "lodash": "^4.17.21", + "moment": "^2.29.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", @@ -42,6 +43,7 @@ "devDependencies": { "@tailwindcss/postcss7-compat": "^2.0.3", "@types/lodash": "^4.14.168", + "@types/moment": "^2.13.0", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", |