@activelylearn/material-ui
Version:
Material-UI's workspace package
21 lines (20 loc) • 472 B
JSON
{
"name": "create-react-app-with-jss",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"jss": "latest",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-jss": "latest",
"react-scripts": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}