NOTE:
"Standard tab" (eg, extra-Institute) git.isis.v.e accounts currently require approval after registration. Please contact ISIS IT if needed.
Those with ISIS credentials should authenticate with via the "ISIS" tab.
{
"name": "webgme-react-components",
"version": "0.0.7",
"description": "Selection of Material-UI React Components for building WebGME GUIs", "main": "index.js", "scripts": {
"webpack": "webpack",
"start": "webpack-dev-server", "eslint": "eslint src/**/*.jsx"
}, "repository": { "type": "git", "url": "https://git.isis.vanderbilt.edu/patrik85/react-components.git" }, "keywords": [ "ui-components", "react", "material-ui" ], "author": "WebGME Dev Team",
"license": "MIT", "dependencies": {
"@material-ui/core": "3.1.0", "@material-ui/icons": "3.0.1",
"blockies": "0.0.2",
"cytoscape": "3.4.1",
"cytoscape-cose-bilkent": "^4.0.0", "cytoscape-dagre": "^2.2.2",
"cytoscape-edge-connections": "^0.3.3",
"immutability-helper": "^2.8.1", "react-color": "^2.14.1",
"react-samy-svg": "^3.0.1",
"react-treebeard": "^2.1.0"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dnd": "^2.5.4", "react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.5.2"
"devDependencies": { "@babel/core": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.2",
"eslint": "^5.9.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1",
"react": "^16.5.2", "react-dnd": "^2.5.4", "react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.5.2", "webpack": "^4.19.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
}