next-with-apollo
Version:
Apollo HOC for Next.js
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "next-with-apollo",
"version": "3.3.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": "npm run tslint && jest --coverage",
"build-ts": "tsc",
"watch": "tsc -w",
"build": "npm run build-ts",
"prepublishOnly": "npm run build && npm 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",
"next": "^6.0.0 || ^7.0.0",
"react-apollo": "^2.2.4"
},
"devDependencies": {
"@types/graphql": "14.0.3",
"@types/jest": "^23.3.10",
"@types/next": "^7.0.5",
"@types/node": "^10.12.18",
"@types/prop-types": "^15.5.8",
"@types/react": "^16.7.17",
"apollo-client": "^2.4.8",
"graphql": "14.0.2",
"jest": "^23.6.0",
"next": "^7.0.2",
"prettier": "^1.15.3",
"react": "^16.6.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.2"
},
"dependencies": {
"@types/react-dom": "^16.0.11",
"isomorphic-unfetch": "^3.0.0",
"prop-types": "^15.6.2",
"react-apollo": "^2.3.3",
"react-dom": "^16.6.3"
}
}