{
  "name": "@bast1oncz/entities",
  "version": "4.1.8",
  "description": "Local and remote graphql entity handling",
  "scripts": {
    "compile": "tsc",
    "prepare": "npm run compile"
  },
  "author": "bast1oncz",
  "keywords": [
    "react",
    "entity",
    "entities",
    "local",
    "remote",
    "graphql"
  ],
  "repository": {
    "url": "https://github.com/Bast1onCZ/bastsys-entities",
    "type": "git"
  },
  "main": "index.js",
  "files": [
    "**/*.js",
    "**/*.d.ts",
    "**/*.png"
  ],
  "license": "MIT",
  "dependencies": {
    "@apollo/client": "^3.4.7",
    "@bast1oncz/components": "^5.0.0",
    "@bast1oncz/cookies": "^2.1.1",
    "@bast1oncz/objects": "^2.2.1",
    "@bast1oncz/state": "^3.0.0",
    "@bast1oncz/strings": "^2.5.0",
    "@date-io/moment": "^1.3.13",
    "@material-ui/core": "^4.9.2",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/pickers": "^3.2.10",
    "@material-ui/styles": "^4.10.0",
    "graphql-tag": "^2.10.3",
    "leave-confirm": "^2.0.0",
    "lodash": "^4.17.19",
    "moment": "^2.26.0",
    "object-hash": "^2.0.3",
    "react-number-format": "^4.4.1",
    "react-sortable-hoc": "^2.0.0",
    "uuid": "^8.1.0"
  },
  "peerDependencies": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "@apollo/client": "^3.4.7",
    "@bast1oncz/components": "^5.0.0",
    "@bast1oncz/objects": "^2.2.1",
    "@material-ui/core": "^4.9.2",
    "@material-ui/icons": "^4.9.1",
    "leave-confirm": "^1.0.0"
  },
  "devDependencies": {
    "@types/graphql": "^14.5.0",
    "@types/lodash": "^4.14.157",
    "@types/moment": "^2.13.0",
    "@types/node": "^14.0.23",
    "@types/react": "^17.0.0",
    "@types/react-sortable-hoc": "^0.7.1",
    "@types/uuid": "^7.0.4",
    "typescript": "^3.9.7"
  }
}
