Merge branch 'master' of https://github.com/SemanticComputing/hipla-frontend
No related branches found
No related tags found
Showing
- package-lock.json 58 additions, 18 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/components/DataGrid.js 104 additions, 0 deletionssrc/components/DataGrid.js
- src/containers/MapApp.js 4 additions, 3 deletionssrc/containers/MapApp.js
- src/index.html 12 additions, 0 deletionssrc/index.html
... | @@ -47,6 +47,7 @@ | ... | @@ -47,6 +47,7 @@ |
"@material-ui/lab": "^1.0.0-alpha.4", | "@material-ui/lab": "^1.0.0-alpha.4", | ||
"autosuggest-highlight": "^3.1.1", | "autosuggest-highlight": "^3.1.1", | ||
"babel-preset-stage-2": "^6.24.1", | "babel-preset-stage-2": "^6.24.1", | ||
"bootstrap": "^4.1.1", | |||
"google-maps": "^3.3.0", | "google-maps": "^3.3.0", | ||
"leaflet": "^1.3.1", | "leaflet": "^1.3.1", | ||
"leaflet.markercluster": "^1.3.0", | "leaflet.markercluster": "^1.3.0", | ||
... | @@ -55,6 +56,8 @@ | ... | @@ -55,6 +56,8 @@ |
"react": "^16.4.0", | "react": "^16.4.0", | ||
"react-alert-template-basic": "^1.0.0", | "react-alert-template-basic": "^1.0.0", | ||
"react-autosuggest": "^9.3.4", | "react-autosuggest": "^9.3.4", | ||
"react-data-grid": "^4.0.7", | |||
"react-data-grid-addons": "^4.0.8", | |||
"react-dom": "^16.4.0", | "react-dom": "^16.4.0", | ||
"react-leaflet": "^1.9.1", | "react-leaflet": "^1.9.1", | ||
"react-leaflet-control": "^1.4.1", | "react-leaflet-control": "^1.4.1", | ||
... | ... |
src/components/DataGrid.js
0 → 100644
Please register or sign in to comment