diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-13 13:02:10 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-13 13:02:10 -0500 |
| commit | e5a23f3d3966db9b57a1919f8d9bfff9fdfedf1e (patch) | |
| tree | f51374cf0b551737728849fb8cc1b9d9eff0005f /package.json | |
| parent | d075dbb4b1d2289a47e929c1e7378f341c2a9c35 (diff) | |
| parent | 0636d49885f4d420a3d6cdc5f33d2bfda40e3db7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 20614f5eb..b9d77b923 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "@types/react": "^16.9.19", "@types/react-autosuggest": "^9.3.13", "@types/react-color": "^2.17.3", + "@types/react-grid-layout": "^0.17.1", "@types/react-measure": "^2.0.6", "@types/react-table": "^6.8.6", "@types/request": "^2.48.4", @@ -206,9 +207,11 @@ "react-color": "^2.18.0", "react-compound-slider": "^2.5.0", "react-dom": "^16.12.0", + "react-grid-layout": "^0.18.3", "react-image-lightbox-with-rotate": "^5.1.1", "react-jsx-parser": "^1.21.0", "react-measure": "^2.2.4", + "react-resizable": "^1.10.1", "react-table": "^6.11.5", "readline": "^1.3.0", "request": "^2.88.0", @@ -222,6 +225,7 @@ "solr-node": "^1.2.1", "standard-http-error": "^2.0.1", "typescript-collections": "^1.3.3", + "typescript-language-server": "^0.4.0", "url-loader": "^1.1.2", "uuid": "^3.4.0", "valid-url": "^1.0.9", |
