materialuiupgraded
Version:
Material-UI's workspace package
19 lines (18 loc) • 433 B
JSON
{
"name": "create-react-app",
"version": "3.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "^2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}