UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

19 lines (18 loc) 415 B
{ "name": "create-react-app", "version": "1.0.0", "private": true, "dependencies": { "@material-ui/core": "latest", "prop-types": "latest", "react": "latest", "react-dom": "latest", "react-scripts": "latest" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }