{ "name": "uw-material-ui-react", "version": "1.0.0", "description": "Preconfigured UW-Madison styles for Material-UI projects", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "peerDependencies": { "@material-ui/core": "^4.5.0" }, "devDependencies": { "eslint": "^6.4.0", "prettier": "^1.18.2", "@material-ui/core": "^4.5.0" }, "prettier": { "trailingComma": "es5" } }