Skip to content

Commit

Permalink
Merge pull request #28 from singnet/master
Browse files Browse the repository at this point in the history
Pull fro parent
  • Loading branch information
raamb authored Sep 13, 2019
2 parents b6aa97e + 5e6ccd9 commit 1b966a1
Show file tree
Hide file tree
Showing 90 changed files with 3,372 additions and 2,604 deletions.
59 changes: 46 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@
"@material-ui/styles": "^4.0.2",
"aws-amplify": "^1.1.28",
"clsx": "^1.0.4",
"cytoscape": "^3.3.3",
"color": "^3.1.2",
"cytoscape": "^3.10.0",
"cytoscape-cola": "^2.3.0",
"cytoscape-context-menus": "^3.0.6",
"date-fns": "^2.0.1",
"google-protobuf": "^3.8.0",
"history": "^4.9.0",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.4.1",
"lodash": "latest",
"material-design-icons": "^3.0.1",
"material-ui": "^1.0.0-beta.47",
"material-ui-flat-pagination": "^3.2.0",
"material-ui-rating": "^3.1.1",
"notistack": "^0.8.9",
"papaparse": "^5.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropzone": "^8.0.4",
Expand All @@ -35,7 +41,8 @@
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"snet-sdk-web": "^1.0.0-beta.6",
"utf8": "^3.0.0"
"utf8": "^3.0.0",
"validate.js": "^0.13.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/assets/thirdPartyServices/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const SiggraphColorization = lazy(() => import("./snet/siggraph_colorization"));
const TextGeneration = lazy(() => import("./snet/text_generation"));
const PneumoniaDiagnosis = lazy(() => import("./snet/pneumonia_diagnosis"));


const AlertBox = lazy(() => import("../../components/common/AlertBox"));

class ThirdPartyCustomUIComponents {
Expand Down Expand Up @@ -122,5 +121,4 @@ addSnetCustomUI("siggraph-colorization", SiggraphColorization);
addSnetCustomUI("text-generation", TextGeneration);
addSnetCustomUI("pneumonia-diagnosis", PneumoniaDiagnosis);


export default thirdPartyCustomUIComponents;

This file was deleted.

Loading

0 comments on commit 1b966a1

Please sign in to comment.