|
4 | 4 | "readme": "NativeScript Application",
|
5 | 5 | "repository": "<fill-your-repository-here>",
|
6 | 6 | "nativescript": {
|
7 |
| - "id": "org.nativescript.routertabview" |
| 7 | + "id": "org.nativescript.routertabview", |
| 8 | + "tns-ios": { |
| 9 | + "version": "6.1.1" |
| 10 | + } |
8 | 11 | },
|
9 | 12 | "dependencies": {
|
10 | 13 | "@angular/animations": "~8.2.0",
|
|
15 | 18 | "@angular/platform-browser": "~8.2.0",
|
16 | 19 | "@angular/platform-browser-dynamic": "~8.2.0",
|
17 | 20 | "@angular/router": "~8.2.0",
|
18 |
| - "nativescript-angular": "file:../../nativescript-angular", |
| 21 | + "nativescript-angular": "file:../../nativescript-angular-package", |
19 | 22 | "nativescript-theme-core": "~1.0.4",
|
20 | 23 | "reflect-metadata": "~0.1.8",
|
21 | 24 | "rxjs": "^6.4.0",
|
22 | 25 | "tns-core-modules": "next",
|
23 | 26 | "zone.js": "^0.9.1"
|
24 | 27 | },
|
25 | 28 | "devDependencies": {
|
| 29 | + "@angular/compiler-cli": "~8.2.0", |
| 30 | + "@ngtools/webpack": "~8.2.0", |
26 | 31 | "@types/chai": "~4.1.7",
|
27 | 32 | "@types/mocha": "~5.2.5",
|
28 | 33 | "@types/node": "~10.12.18",
|
|
33 | 38 | "mocha": "~5.2.0",
|
34 | 39 | "mochawesome": "~3.1.2",
|
35 | 40 | "nativescript-dev-appium": "^6.0.0",
|
36 |
| - "nativescript-dev-webpack": "next", |
37 |
| - "typescript": "~3.5.3", |
38 |
| - "@angular/compiler-cli": "~8.2.0", |
39 |
| - "@ngtools/webpack": "~8.2.0" |
| 41 | + "nativescript-dev-webpack": "^1.3.0-next-2019-10-02-144239-03", |
| 42 | + "typescript": "~3.5.3" |
40 | 43 | },
|
41 | 44 | "scripts": {
|
42 | 45 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
|
0 commit comments