{
  "name": "catalytic-learn",
  "description": "Catalytic learning tool",
  "version": "0.0.2",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "eslint-plugin-react-hooks": "^1.0.0",
    "prettier-eslint-cli": "^4.4.0",
    "react-scripts": "^1.0.16"
  },
  "dependencies": {
    "apollo-boost": "^0.1.6",
    "apollo-cache-inmemory": "^1.0.0",
    "apollo-client": "^2.0.1",
    "apollo-link": "^1.0.0",
    "apollo-link-context": "^1.0.8",
    "apollo-link-http": "^1.1.0",
    "cookie": "^0.3.1",
    "graphql": "^0.11.7",
    "graphql-tag": "^2.5.0",
    "isomorphic-unfetch": "^2.0.0",
    "next": "latest",
    "prop-types": "^15.7.2",
    "react": "^16.0.0",
    "react-apollo": "^2.0.0",
    "react-dom": "^16.0.0",
    "react-modal": "^3.1.0",
    "react-router-dom": "^4.2.2",
    "tachyons": "^4.9.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "prettier": "prettier-eslint --write \"src/**/*.+(js|jsx)\"",
    "prettier-dry-run": "prettier-eslint \"src/**/*.+(js|jsx)\" -l debug"
  }
}
