UNPKG

2 kBJSONView Raw
1{
2 "name": "apollo-angular",
3 "description": "Use your GraphQL data in your Angular app, with the Apollo Client",
4 "version": "1.7.0",
5 "author": "Kamil Kisiela <kamil.kisiela@gmail.com> (http://github.com/kamilkisiela/)",
6 "license": "MIT",
7 "sideEffects": false,
8 "main": "bundles/ngApollo.umd.js",
9 "module": "fesm5/ngApollo.js",
10 "typings": "ngApollo.d.ts",
11 "homepage": "https://www.apollographql.com/docs/angular/",
12 "repository": {
13 "type": "git",
14 "url": "apollographql/apollo-angular"
15 },
16 "keywords": [
17 "apollo",
18 "graphql",
19 "angular",
20 "schematics",
21 "angular-schematics"
22 ],
23 "peerDependencies": {
24 "@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0",
25 "apollo-client": "^2.3.4",
26 "apollo-link": "^1.0.0",
27 "rxjs": "^6.0.0",
28 "zone.js": "~0.8.20 || ~0.9.0 || ~0.10.0"
29 },
30 "dependencies": {
31 "semver": "^6.0.0",
32 "tslib": "^1.9.0"
33 },
34 "devDependencies": {
35 "@angular-devkit/core": "8.3.2",
36 "@angular-devkit/schematics": "8.3.2",
37 "@angular/common": "8.2.4",
38 "@angular/compiler": "8.2.4",
39 "@angular/compiler-cli": "8.2.4",
40 "@angular/core": "8.2.4",
41 "@angular/platform-browser": "8.2.4",
42 "@angular/platform-browser-dynamic": "8.2.4",
43 "@schematics/angular": "8.3.2",
44 "@types/graphql": "14.5.0",
45 "@types/jest": "24.0.18",
46 "@types/node": "12.7.3",
47 "@types/semver": "6.0.1",
48 "apollo-cache-inmemory": "1.6.3",
49 "apollo-client": "2.6.4",
50 "apollo-link": "1.2.12",
51 "cpx": "1.5.0",
52 "graphql": "14.5.4",
53 "graphql-tag": "2.10.1",
54 "jest": "24.9.0",
55 "jest-zone-patch": "0.0.10",
56 "ng-packagr": "5.5.0",
57 "rxjs": "6.5.2",
58 "ts-jest": "24.0.2",
59 "typescript": "3.5.3",
60 "zone.js": "0.10.2"
61 },
62 "schematics": "./schematics/collection.json",
63 "es2015": "fesm2015/ngApollo.js",
64 "esm5": "esm5/ngApollo.js",
65 "esm2015": "esm2015/ngApollo.js",
66 "fesm5": "fesm5/ngApollo.js",
67 "fesm2015": "fesm2015/ngApollo.js",
68 "metadata": "ngApollo.metadata.json"
69}