UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@ionic/angular",
3 "version": "5.0.7",
4 "description": "Angular specific wrappers for @ionic/core",
5 "keywords": [
6 "ionic",
7 "framework",
8 "angular",
9 "mobile",
10 "app",
11 "webapp",
12 "capacitor",
13 "cordova",
14 "progressive web app",
15 "pwa"
16 ],
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/ionic-team/ionic.git"
21 },
22 "bugs": {
23 "url": "https://github.com/ionic-team/ionic/issues"
24 },
25 "homepage": "https://ionicframework.com/",
26 "dependencies": {
27 "@ionic/core": "5.0.7",
28 "tslib": "^1.9.3"
29 },
30 "peerDependencies": {
31 "@angular/core": ">=8.2.7",
32 "@angular/forms": ">=8.2.7",
33 "@angular/router": ">=8.2.7",
34 "rxjs": ">=6.2.0",
35 "zone.js": ">=0.8.26"
36 },
37 "devDependencies": {
38 "@angular-devkit/core": "8.3.17",
39 "@angular-devkit/schematics": "8.3.17",
40 "@angular/common": "8.2.13",
41 "@angular/compiler": "8.2.13",
42 "@angular/compiler-cli": "8.2.13",
43 "@angular/core": "8.2.13",
44 "@angular/forms": "8.2.13",
45 "@angular/router": "8.2.13",
46 "@types/node": "12.12.5",
47 "fs-extra": "^7.0.0",
48 "glob": "^7.1.4",
49 "ng-packagr": "5.7.1",
50 "rollup": "~1.17.0",
51 "rollup-plugin-node-resolve": "~5.2.0",
52 "rxjs": "^6.5.2",
53 "tsickle": "^0.34.0",
54 "tslint": "^5.12.1",
55 "tslint-ionic-rules": "0.0.21",
56 "typescript": "3.4.5",
57 "zone.js": "^0.8.28"
58 },
59 "schematics": "./schematics/collection.json",
60 "main": "bundles/ionic-angular.umd.js",
61 "module": "fesm5/ionic-angular.js",
62 "es2015": "fesm2015/ionic-angular.js",
63 "esm5": "esm5/ionic-angular.js",
64 "esm2015": "esm2015/ionic-angular.js",
65 "fesm5": "fesm5/ionic-angular.js",
66 "fesm2015": "fesm2015/ionic-angular.js",
67 "typings": "ionic-angular.d.ts",
68 "metadata": "ionic-angular.metadata.json",
69 "sideEffects": false
70}