{
  "name": "@crensoft/mui-core",
  "version": "0.1.6",
  "description": "Material UI stuff",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "repository": "https://github.com/crensoft/mui",
  "author": "Terence Crenshaw",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "scripts": {
    "prepare": "yarn run build && echo 'Finished building NPM package'",
    "prepublishOnly": "yarn run test",
    "test": "jest --colors",
    "test:watch": "jest --colors --watch",
    "build": "tsc",
    "build:watch": "tsc -w"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "dependencies": {
    "@crensoft/mui-utils": "^0.1.0",
    "@crensoft/test-utils": "^0.1.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.18",
    "@fortawesome/free-brands-svg-icons": "^5.8.2",
    "@fortawesome/free-regular-svg-icons": "^5.8.2",
    "@fortawesome/free-solid-svg-icons": "^5.8.2",
    "@fortawesome/react-fontawesome": "^0.1.4",
    "@material-ui/core": "^4.0.0-rc.0",
    "@types/react": "^16.8.17",
    "color": "^3.1.1",
    "ramda": "^0.26.1",
    "react-scroll": "^1.7.11",
    "react-svg": "^10.0.2",
    "rxjs": "^6.5.2"
  }
}
