|
3 | 3 | "license": "SEE LICENSE IN <your-license-filename>", |
4 | 4 | "readme": "NativeScript Application", |
5 | 5 | "repository": "<fill-your-repository-here>", |
6 | | - "nativescript": { |
7 | | - "id": "org.nativescript.demotemp", |
8 | | - "tns-android": { |
9 | | - "version": "6.5.0" |
10 | | - } |
11 | | - }, |
12 | 6 | "dependencies": { |
13 | | - "@angular/animations": "8.0.0", |
14 | | - "@angular/common": "8.0.0", |
15 | | - "@angular/compiler": "8.0.0", |
16 | | - "@angular/core": "8.0.0", |
17 | | - "@angular/forms": "8.0.0", |
18 | | - "@angular/http": "8.0.0-beta.10", |
19 | | - "@angular/platform-browser": "8.0.0", |
20 | | - "@angular/platform-browser-dynamic": "8.0.0", |
21 | | - "@angular/router": "8.0.0", |
22 | | - "nativescript-angular": "8.0.2", |
| 7 | + "@angular/animations": "~14.2.0", |
| 8 | + "@angular/common": "~14.2.0", |
| 9 | + "@angular/compiler": "~14.2.0", |
| 10 | + "@angular/core": "~14.2.0", |
| 11 | + "@angular/forms": "~14.2.0", |
| 12 | + "@angular/platform-browser": "~14.2.0", |
| 13 | + "@angular/platform-browser-dynamic": "~14.2.0", |
| 14 | + "@angular/router": "~14.2.0", |
23 | 15 | "@nativescript-community/ui-lottie": "file:../plugin", |
24 | 16 | "nativescript-theme-core": "~1.0.4", |
25 | | - "reflect-metadata": "~0.1.8", |
26 | | - "rxjs": "~6.4.0", |
27 | | - "@nativescript/core": "6.5.0", |
28 | | - "zone.js": "0.10.2" |
| 17 | + "rxjs": "~7.5.0", |
| 18 | + "@nativescript/core": "~8.4.0", |
| 19 | + "zone.js": "~0.11.5", |
| 20 | + "@nativescript/angular": "~14.2.0" |
29 | 21 | }, |
30 | 22 | "devDependencies": { |
31 | 23 | "jasmine-core": "3.3.0", |
32 | 24 | "karma": "4.0.1", |
33 | 25 | "karma-jasmine": "1.1.2", |
34 | 26 | "karma-nativescript-launcher": "0.4.0", |
35 | | - "@angular/compiler-cli": "8.0.0", |
36 | | - "@nativescript/schematics": "~0.5.1", |
37 | | - "@ngtools/webpack": "8.0.0", |
38 | | - "nativescript-dev-webpack": "1.0.1", |
| 27 | + "@angular/compiler-cli": "~14.2.0", |
| 28 | + "@ngtools/webpack": "~14.2.0", |
39 | 29 | "tslint": "~5.13.1", |
40 | | - "typescript": "3.4.5" |
| 30 | + "typescript": "~4.8.4", |
| 31 | + "@nativescript/webpack": "~5.0.0" |
41 | 32 | }, |
42 | 33 | "scripts": { |
43 | 34 | "build.plugin": "cd ../src && npm run build", |
44 | 35 | "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/platforms/**'" |
45 | | - } |
| 36 | + }, |
| 37 | + "main": "./src/main.ts" |
46 | 38 | } |
0 commit comments