materialuiupgraded
Version:
Material-UI's workspace package
22 lines (21 loc) • 478 B
JSON
{
"name": "create-react-app-with-flow",
"version": "3.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.0.0",
"prop-types": "^15.6.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-scripts": "^1.0.16"
},
"devDependencies": {
"flow-bin": "^0.62.0"
},
"scripts": {
"flow": "flow",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
}