aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-03 01:50:20 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-03 01:50:20 +0530
commitf6186b99bca2b25a4c91d6223c08b03c1cccb933 (patch)
treef5c49de8eef173bc0ff746e197b6efa660930ca6 /package.json
parent2f9d7e2584330fdabc351ea3d04bade1104e5aa5 (diff)
Added datepicker with custom css
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index f19c429..e18bd80 100644
--- a/package.json
+++ b/package.json
@@ -13,11 +13,13 @@
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
+ "@types/react-datepicker": "^4.1.1",
"@types/react-dom": "^17.0.3",
"axios": "^0.21.1",
"create-react-app": "^4.0.3",
"node-sass": "^6.0.0",
"react": "^17.0.2",
+ "react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",