UNPKG

2.06 kBJSONView Raw
1{
2 "$schema": "../node_modules/ng-packagr/package.schema.json",
3 "name": "@angular/fire",
4 "version": "7.5.0",
5 "description": "The official Angular library for Firebase.",
6 "schematics": "./schematics/collection.json",
7 "builders": "./schematics/builders.json",
8 "keywords": [
9 "angular",
10 "firebase",
11 "rxjs",
12 "angularfire",
13 "angularfire2"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/angular/angularfire.git"
18 },
19 "bugs": {
20 "url": "https://github.com/angular/angularfire/issues"
21 },
22 "homepage": "https://github.com/angular/angularfire#readme",
23 "author": "angular,firebase",
24 "license": "MIT",
25 "peerDependencies": {
26 "@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
27 "@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
28 "@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
29 "@angular/platform-browser-dynamic": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
30 "rxjs": "~6.6.0 || ^7.0.0",
31 "firebase-tools": "^9.9.0 || ^10.0.0 || ^11.0.0"
32 },
33 "peerDependenciesMeta": {
34 "firebase-tools": {
35 "optional": true
36 }
37 },
38 "dependencies": {
39 "firebase": "^9.8.0",
40 "rxfire": "^6.0.0",
41 "@angular-devkit/schematics": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
42 "@schematics/angular": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
43 "tslib": "^2.0.0",
44 "fuzzy": "^0.1.3",
45 "inquirer-autocomplete-prompt": "^1.0.1",
46 "open": "^8.0.0",
47 "jsonc-parser": "^3.0.0",
48 "ora": "^5.3.0",
49 "winston": "^3.0.0",
50 "triple-beam": "^1.3.0",
51 "node-fetch": "^2.6.1",
52 "semver": "^7.1.3",
53 "inquirer": "^8.1.1",
54 "fs-extra": "^8.0.1",
55 "file-loader": "^6.2.0"
56 },
57 "ng-update": {
58 "migrations": "./schematics/migration.json"
59 },
60 "main": "bundles/angular-fire.umd.js",
61 "module": "fesm2015/angular-fire.js",
62 "es2015": "fesm2015/angular-fire.js",
63 "esm2015": "esm2015/angular-fire.js",
64 "fesm2015": "fesm2015/angular-fire.js",
65 "typings": "angular-fire.d.ts",
66 "sideEffects": false
67}
\No newline at end of file