|
1 | 1 | {
|
2 | 2 | "name": "nativescript-angular",
|
3 |
| - "version": "7.3.0", |
| 3 | + "version": "8.0.0", |
4 | 4 | "description": "An Angular renderer that lets you build mobile apps with NativeScript.",
|
5 | 5 | "homepage": "https://www.nativescript.org/",
|
6 | 6 | "bugs": "https://github.com/NativeScript/nativescript-angular/issues",
|
|
30 | 30 | "scripts": {
|
31 | 31 | "tslint": "tslint --project tsconfig.json --config tslint.json",
|
32 | 32 | "postinstall": "node postinstall.js",
|
33 |
| - "tsc": "tsc -p tsconfig.json", |
34 |
| - "tsc-w": "tsc -p tsconfig.json -w", |
35 |
| - "ngc": "ngc -p tsconfig.json", |
| 33 | + "ngc": "ivy-ngcc && ngc -p tsconfig.json", |
36 | 34 | "prepare": "npm run ngc",
|
37 | 35 | "version": "rm -rf package-lock.json && conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",
|
38 | 36 | "typedoc": "typedoc --tsconfig \"./tsconfig.typedoc.json\" --out ./bin/dist/ng-api-reference --includeDeclarations --name \"NativeScript Angular\" --theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern \"**/+(tns-core-modules|module|declarations).d.ts\""
|
|
45 | 43 | "reflect-metadata": "^0.1.8"
|
46 | 44 | },
|
47 | 45 | "peerDependencies": {
|
48 |
| - "@angular/platform-browser-dynamic": "~7.2.0", |
49 |
| - "@angular/common": "~7.2.0", |
50 |
| - "@angular/compiler": "~7.2.0", |
51 |
| - "@angular/core": "~7.2.0", |
52 |
| - "@angular/forms": "~7.2.0", |
53 |
| - "@angular/http": "~7.2.0", |
54 |
| - "@angular/platform-browser": "~7.2.0", |
55 |
| - "@angular/router": "~7.2.0", |
| 46 | + "@angular/platform-browser-dynamic": "8.0.0-beta.8", |
| 47 | + "@angular/common": "8.0.0-beta.9", |
| 48 | + "@angular/compiler": "8.0.0-beta.9", |
| 49 | + "@angular/core": "8.0.0-beta.9", |
| 50 | + "@angular/forms": "8.0.0-beta.9", |
| 51 | + "@angular/http": "8.0.0-beta.9", |
| 52 | + "@angular/platform-browser": "8.0.0-beta.9", |
| 53 | + "@angular/router": "8.0.0-beta.9", |
56 | 54 | "rxjs": "^6.3.3",
|
57 | 55 | "tns-core-modules": "^5.1.0 || >5.1.0- || >5.2.0-",
|
58 | 56 | "typescript": "~3.1.1",
|
59 | 57 | "zone.js": "^0.8.4"
|
60 | 58 | },
|
61 | 59 | "devDependencies": {
|
62 |
| - "@angular/animations": "~7.2.0", |
63 |
| - "@angular/common": "~7.2.0", |
64 |
| - "@angular/compiler": "~7.2.0", |
65 |
| - "@angular/compiler-cli": "~7.2.0", |
66 |
| - "@angular/core": "~7.2.0", |
67 |
| - "@angular/forms": "~7.2.0", |
68 |
| - "@angular/http": "~7.2.0", |
69 |
| - "@angular/platform-browser": "~7.2.0", |
70 |
| - "@angular/platform-browser-dynamic": "~7.2.0", |
71 |
| - "@angular/router": "~7.2.0", |
| 60 | + "@angular/animations": "8.0.0-beta.9", |
| 61 | + "@angular/common": "8.0.0-beta.9", |
| 62 | + "@angular/compiler": "8.0.0-beta.9", |
| 63 | + "@angular/compiler-cli": "8.0.0-beta.9", |
| 64 | + "@angular/core": "8.0.0-beta.9", |
| 65 | + "@angular/forms": "8.0.0-beta.9", |
| 66 | + "@angular/http": "8.0.0-beta.9", |
| 67 | + "@angular/platform-browser": "8.0.0-beta.9", |
| 68 | + "@angular/platform-browser-dynamic": "8.0.0-beta.9", |
| 69 | + "@angular/router": "8.0.0-beta.9", |
72 | 70 | "codelyzer": "^4.5.0",
|
| 71 | + "ng-packagr": "^4.7.1", |
73 | 72 | "rxjs": "~6.3.3",
|
74 | 73 | "tns-core-modules": "next",
|
| 74 | + "tsickle": "^0.34.3", |
75 | 75 | "tslint": "^5.5.0",
|
76 |
| - "typescript": "~3.1.1", |
| 76 | + "typescript": "~3.3.4000", |
77 | 77 | "zone.js": "^0.8.4",
|
78 | 78 | "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
|
79 | 79 | "typedoc": "^0.13.0"
|
80 |
| - } |
| 80 | + } |
81 | 81 | }
|
0 commit comments