Repository URL to install this package:
|
Version:
0.5.0 ▾
|
@skava/create-apollo-client
/
package.json
|
|---|
{
"name": "@skava/create-apollo-client",
"version": "0.5.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.5.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "2.5.1",
"apollo-link": "1.2.11",
"apollo-link-error": "1.1.10",
"apollo-link-http": "1.5.14",
"graphql": "14.1.1",
"graphql-tag": "2.10.1",
"universal-fetch": "1.0.0"
},
"devDependencies": {
"@skava/tests": "^4.0.0-alpha.9",
"@skava/tslint": "^2.0.0",
"@types/graphql": "14.0.7",
"@types/node": "^11.11.3",
"apollo-cache-inmemory": "1.5.1",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.5.1",
"apollo-link": "1.2.11",
"apollo-link-error": "1.1.10",
"apollo-link-http": "1.5.14",
"graphql": "14.1.1",
"graphql-tag": "2.10.1",
"prettier": "1.16.4",
"ts-node": "8.0.3",
"tslib": "1.9.3",
"tslint": "5.14.0",
"tslint-react": "3.6.0",
"typescript": "^3.2.2",
"universal-fetch": "1.0.0",
"xmobx": "2.0.2"
}
}