ngx-data/projects/poweredsoft/ngx-data-apollo/package.json
2019-12-12 15:17:34 -06:00

15 lines
392 B
JSON

{
"name": "@poweredsoft/ngx-data-apollo",
"version": "0.0.5",
"peerDependencies": {
"@poweredsoft/data": "^0.0.26",
"@angular/common": "^8.2.4",
"@angular/core": "^8.2.4",
"apollo-angular-link-http": "^1.9.0",
"apollo-link": "^1.2.11",
"apollo-client": "^2.6.0",
"apollo-cache-inmemory": "^1.6.0",
"graphql-tag": "^2.10.0",
"graphql": "^14.5.0"
}
}