flowviz
Version:
A framework which provides seamless integration with other phylogenetic tools and frameworks, while allowing workflow scheduling and execution, through the Apache Airflow workflow system.
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "flowviz-client",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"start": "PORT=4000 react-scripts start",
"build": "react-scripts build",
"test": "mocha",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js src/**/*.jsx"
},
"dependencies": {
"@date-io/date-fns": "^2.15.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/styled-engine": "^5.10.2",
"@mui/styled-engine-sc": "^5.5.2",
"@mui/system": "^5.10.2",
"@mui/x-date-pickers": "^5.0.0-beta.6",
"fontsource-roboto": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.1.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"mocha": "^9.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}