{
  "name": "sherl-react-sdk",
  "version": "1.3.1",
  "description": "Package aims to provide basic utilities to interact with sherl backend ",
  "author": "vincent@sherl.io",
  "license": "MIT",
  "repository": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/index.js",
  "source": "src/index.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "microbundle --no-compress --format modern,cjs",
    "start": "microbundle watch --no-compress --format modern,cjs --external all",
    "prepare": "run-s build",
    "lint": "run-s lint:prettier lint:eslint",
    "lint:prettier": "prettier --check \"src/**/*.ts\"",
    "lint:eslint": "eslint src/**/*.ts --ext .js,.jsx,.ts,.tsx",
    "fix": "run-s fix:prettier fix:eslint",
    "fix:prettier": "prettier --write \"src/**/*.ts\"",
    "fix:eslint": "eslint src/**/*.ts --fix -f stylish",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "semantic-release": "semantic-release",
    "predeploy": "cd example && yarn install && yarn run build",
    "deploy": "gh-pages -d example/build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/gitlab": "^6.0.8",
    "@semantic-release/npm": "^7.0.9",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "@types/axios": "^0.14.0",
    "@types/i18next": "^13.0.0",
    "@types/jest": "^25.1.4",
    "@types/node": "^12.12.38",
    "@types/react": "^16.9.27",
    "@types/react-dom": "^16.9.7",
    "@types/react-i18next": "^8.1.0",
    "@types/react-redux": "^7.1.9",
    "@types/redux-logger": "^3.0.8",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.1.0",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "microbundle": "^0.12.3",
    "microbundle-crl": "^0.13.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react-scripts": "^4.0.1",
    "redux-logger": "^3.0.6",
    "semantic-release": "^17.3.0",
    "typescript": "^3.7.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "axios": ">=0.19.2",
    "i18next": ">=19.6.3 <=20.0",
    "react": ">=16.2.0",
    "react-i18next": ">=9.0.10 <=11.8.5",
    "react-redux": ">=7.2.1 <=8.0",
    "redux": ">=4.0.5 <=5.0"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.4.0",
    "date-fns": "^2.15.0",
    "normalizr": "^3.6.0",
    "qs": "^6.9.4",
    "uuid": "^8.3.0"
  }
}
