{
  "name": "@gjv/lib-react",
  "version": "0.3.3",
  "description": "Library of shared code for React",
  "author": "Greg Valentine <gregjoeval@gmail.com>",
  "homepage": "https://github.com/gregjoeval/lib#readme",
  "license": "MIT",
  "module": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "setup:install": "npm install",
    "setup:clean-install": "npm ci",
    "setup:clean": "rimraf ./node_modules",
    "build": "tsc",
    "build:clean": "rimraf ./dist",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx  --max-warnings 0",
    "lint:fix": "npm run lint -- --fix",
    "typecheck": "tsc --noEmit",
    "test": "echo \"No tests yet!\" && exit 0",
    "check": "npm run lint && npm run build && npm run test && npm run build:clean",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregjoeval/lib.git"
  },
  "bugs": {
    "url": "https://github.com/gregjoeval/lib/issues"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.10.2",
    "@material-ui/styles": "^4.10.0",
    "react": "^16.13.1"
  },
  "devDependencies": {
    "@gjv/eslint-config": "^0.3.3",
    "@gjv/eslint-config-react": "^0.3.3",
    "@gjv/eslint-config-typescript": "^0.3.3",
    "@material-ui/core": "^4.10.2",
    "@material-ui/styles": "^4.10.0",
    "@types/lodash": "^4.14.157",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-react-app": "^5.2.1",
    "eslint-plugin-flowtype": "^5.1.3",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-import-helpers": "^1.0.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.20.1",
    "eslint-plugin-react-hooks": "^4.0.4",
    "react": "^16.13.1",
    "rimraf": "^3.0.2",
    "typescript": "^3.9.5"
  },
  "gitHead": "46ac8ff3e6579b0e7162fca8d05217329985c81d"
}
