{
  "name": "amplify-ui",
  "version": "0.23.0",
  "author": "blazinaj",
  "keywords": [
    "react",
    "material ui",
    "aws amplify"
  ],
  "main": "src/lib/index.js",
  "files": [
    "src/lib/*"
  ],
  "dependencies": {
    "@aws-amplify/core": "^4.1.1",
    "@aws-amplify/datastore": "^3.0.3",
    "@babel/polyfill": "^7.12.1",
    "@material-ui/core": "^4.11.4",
    "@material-ui/data-grid": "^4.0.0-alpha.30",
    "@material-ui/lab": "^4.0.0-alpha.58",
    "@testing-library/jest-dom": "^5.13.0",
    "@testing-library/react": "^11.2.7",
    "@testing-library/user-event": "^12.8.3",
    "faker": "^5.5.3",
    "react": "^17.0.2",
    "react-color": "^2.18.0",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "uuid": "^8.3.2",
    "web-vitals": "^1.1.2"
  },
  "scripts": {
    "clean": "rmdir /S /Q dist",
    "start": "react-scripts start",
    "package": "npm run clean && babel src/lib -d dist",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4"
  }
}
