UNPKG

next-with-apollo

Version:
63 lines (62 loc) 1.66 kB
{ "name": "next-with-apollo", "version": "2.1.2", "description": "Apollo HOC for Next.js", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "fix": "tslint -p tsconfig.json --fix", "tslint": "tslint -c tslint.json -p tsconfig.json -t codeFrame", "jest": "jest", "test": "yarn tslint && jest --coverage", "build-ts": "tsc", "watch": "tsc -w", "build": "yarn build-ts", "prepublishOnly": "yarn build && yarn test" }, "author": "lfades", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lfades/next-with-apollo.git" }, "bugs": { "url": "https://github.com/lfades/next-with-apollo/issues" }, "prettier": { "singleQuote": true }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@types/jest": "^22.2.3", "@types/node": "^9.6.15", "jest": "^22.4.3", "prettier": "^1.12.1", "react": "^16.3.2", "ts-jest": "^22.4.6", "tslint": "^5.10.0", "tslint-config-prettier": "^1.12.0", "tslint-eslint-rules": "^5.2.0", "tslint-plugin-prettier": "^1.3.0", "typescript": "^2.8.3" }, "dependencies": { "@types/graphql": "0.12.6", "@types/next": "^2.4.10", "@types/prop-types": "^15.5.2", "@types/react": "^16.3.14", "apollo-client": "^2.3.1", "apollo-link": "^1.2.2", "apollo-link-context": "^1.0.8", "apollo-link-error": "^1.0.9", "apollo-utilities": "^1.0.12", "graphql": "0.13.2", "isomorphic-unfetch": "^2.0.0", "next": "^6.0.0", "prop-types": "^15.6.1", "react-apollo": "^2.1.4", "react-dom": "^16.3.2" } }