{ "name": "uw-material-ui-react", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@material-ui/core": "^4.4.3", "lodash.merge": "^4.6.2" }, "devDependencies": { "eslint": "^6.4.0", "prettier": "^1.18.2" }, "prettier": { "trailingComma": "es5" } }