UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

26 lines (25 loc) 627 B
{ "name": "create-react-app-with-typescript", "version": "0.1.0", "private": true, "main": "src/index.tsx", "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" } }