{
  "name": "@lolocompany/react-admin-lolo",
  "version": "2.2.0",
  "description": "A library for schema-driven web apps using [Lolo](https://lolo.company), [React Admin](https://github.com/marmelab/react-admin) and [RJSF](https://github.com/rjsf-team/react-jsonschema-form)",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "source": "src/index.js",
  "outDir": "dist",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "prettier": "prettier --write ./ --config .prettierrc"
  },
  "keywords": [
    "React",
    "React-Admin",
    "Lolo"
  ],
  "author": "Lolo",
  "license": "ISC",
  "peerDependencies": {
    "@aws-amplify/ui-react": ">=1.0.0",
    "aws-amplify": ">=3.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-admin": ">=3.0.0",
    "react-admin-import-csv": ">=1.0.0",
    "@material-ui/core": ">=4.0.0",
    "@material-ui/icons": ">=4.0.0",
    "@material-ui/styles": ">=4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-export-default-from": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.1",
    "babel-jest": "^27.0.6",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "react-test-renderer": "^17.0.2",
    "rollup": "^2.53.1",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-import-css": "^3.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.13.0",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@rjsf/core": "^3.0.0",
    "@rjsf/material-ui": "^3.0.0",
    "query-string": "^7.0.1",
    "throttle-debounce": "^3.0.1",
    "traverse": "^0.6.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lolocompany/react-admin-lolo.git"
  },
  "bugs": {
    "url": "https://github.com/lolocompany/react-admin-lolo/issues"
  },
  "homepage": "https://github.com/lolocompany/react-admin-lolo#readme"
}
