{
  "name": "storejars-client-utils",
  "version": "1.0.0",
  "description": "client side utilities for storejars e-commerce store",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "tsc",
    "dev": "tsc --watch",
    "prepare": "rm -r dist && tsc",
    "test": "test"
  },
  "keywords": [
    "react",
    "client",
    "utils",
    "redux"
  ],
  "author": "Victor Akerele",
  "license": "ISC",
  "dependencies": {
    "@ashvin27/react-datatable": "https://github.com/aiveneh/react-datatable.git",
    "apollo-cache-inmemory": "^1.6.5",
    "apollo-client": "^2.6.8",
    "apollo-link": "^1.2.14",
    "apollo-link-error": "^1.1.13",
    "apollo-upload-client": "^13.0.0",
    "graphql": "^14.6.0",
    "graphql-tag": "^2.10.3",
    "immer": "^6.0.2",
    "react": "^16.13.0",
    "react-feather": "^2.0.3",
    "redux": "^4.0.5",
    "redux-actions": "^2.6.5",
    "redux-observable": "^1.2.0",
    "reselect": "^4.0.0",
    "rxjs": "^6.5.4"
  },
  "devDependencies": {
    "@types/apollo-upload-client": "^8.1.3",
    "@types/graphql": "^14.5.0",
    "@types/react": "^16.9.26",
    "@types/redux-actions": "^2.6.1",
    "@types/reselect": "^2.2.0",
    "typescript": "^3.8.3"
  }
}
