Repository URL to install this package:
|
Version:
0.3.0 ▾
|
@skava/create-apollo-client
/
package.json
|
|---|
{
"name": "@skava/create-apollo-client",
"version": "0.3.0",
"description": "pre-configured opinionated apollo-boost, eject to use verbose config",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"public": true,
"scripts": {
"prepublish": "make publish"
},
"peerDependencies": {
"apollo-cache-inmemory": "^1.3.8",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.3",
"apollo-link-http": "^1.5.5",
"apollo-link-error": "^1.1.1",
"apollo-link-state": "^0.4.2",
"graphql-tag": "^2.10.0",
"graphql": "^14.0.2"
},
"devDependencies": {
"@types/graphql": "14.0.3",
"@types/node": "^10.12.1",
"prettier": "1.14.3",
"ts-node": "7.0.1",
"tslib": "1.9.3",
"typescript": "^3.1.6",
"tslint": "5.11.0",
"tslint-react": "3.6.0",
"@skava/tslint": "^1.3.1",
"@skava/tests": "^3.0.0-alpha.3",
"universal-fetch": "1.0.0",
"graphql": "14.0.2",
"apollo-cache-inmemory": "1.3.8",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.4.5",
"apollo-link": "1.2.3",
"apollo-link-http": "1.5.5",
"apollo-link-error": "1.1.1",
"apollo-link-state": "0.4.2",
"graphql-tag": "2.10.0"
}
}