next-with-apollo
Version:
Apollo HOC for Next.js
68 lines (67 loc) • 1.73 kB
JSON
{
"name": "next-with-apollo",
"version": "4.2.0",
"description": "Apollo HOC for Next.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!__tests__"
],
"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
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0"
},
"peerDependencies": {
"next": "^9.0.0",
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",
"react-apollo": "^2.5.8",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@types/graphql": "14.0.7",
"@types/jest": "^24.0.11",
"@types/node": "^12.6.2",
"@types/node-fetch": "^2.3.7",
"@types/prop-types": "^15.7.0",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"apollo-client": "^2.6.3",
"graphql": "14.4.2",
"jest": "^24.8.0",
"next": "9.0.0",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.3"
}
}