UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

25 lines (24 loc) 575 B
{ "name": "create-react-app-with-typescript", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "latest", "@types/react": "*", "@types/react-dom": "*", "react": "latest", "react-dom": "latest", "react-scripts-ts": "latest" }, "devDependencies": { "@types/jest": "*", "@types/node": "*", "typescript": "latest" }, "scripts": { "start": "react-scripts-ts start", "build": "react-scripts-ts build", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject" } }