diff options
| author | bobzel <zzzman@gmail.com> | 2020-06-30 16:13:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 16:13:58 -0400 |
| commit | d9f849a8e227cca897ee0a50746e08bb513f2b94 (patch) | |
| tree | 4c4d0997b2d91d570454c889b43b206c34aa4e59 /package.json | |
| parent | 45d4390a70f0a1199718f006cdbaef3029c19443 (diff) | |
| parent | 8c01af79d62b94488dcef2964e89ee6a943c5663 (diff) | |
Merge pull request #427 from browngraphicslab/anika_schema_view
Schema view modifications
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 8f67704cb..2a08a6bf1 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "@types/react": "^16.9.41", "@types/react-autosuggest": "^9.3.14", "@types/react-color": "^2.17.4", + "@types/react-datepicker": "^3.0.2", "@types/react-dom": "^16.9.8", "@types/react-grid-layout": "^0.17.1", "@types/react-measure": "^2.0.6", @@ -211,6 +212,7 @@ "react-autosuggest": "^9.4.3", "react-color": "^2.18.1", "react-compound-slider": "^2.5.0", + "react-datepicker": "^3.0.0", "react-dom": "^16.12.0", "react-grid-layout": "^0.18.3", "react-image-lightbox-with-rotate": "^5.1.1", |
