|
4 | 4 | "readme": "NativeScript Application",
|
5 | 5 | "repository": "<fill-your-repository-here>",
|
6 | 6 | "nativescript": {
|
7 |
| - "id": "org.nativescript.router", |
8 |
| - "tns-android": { |
9 |
| - "version": "next" |
10 |
| - }, |
11 |
| - "tns-ios": { |
12 |
| - "version": "next" |
13 |
| - } |
| 7 | + "id": "org.nativescript.router" |
14 | 8 | },
|
15 | 9 | "dependencies": {
|
16 |
| - "@angular/animations": "~6.0.0-rc.3", |
17 |
| - "@angular/common": "~6.0.0-rc.3", |
18 |
| - "@angular/compiler": "~6.0.0-rc.3", |
19 |
| - "@angular/core": "~6.0.0-rc.3", |
20 |
| - "@angular/forms": "~6.0.0-rc.3", |
21 |
| - "@angular/http": "~6.0.0-rc.3", |
22 |
| - "@angular/platform-browser": "~6.0.0-rc.3", |
23 |
| - "@angular/platform-browser-dynamic": "~6.0.0-rc.3", |
24 |
| - "@angular/router": "~6.0.0-rc.3", |
| 10 | + "@angular/animations": "~6.0.6", |
| 11 | + "@angular/common": "~6.0.6", |
| 12 | + "@angular/compiler": "~6.0.6", |
| 13 | + "@angular/core": "~6.0.6", |
| 14 | + "@angular/forms": "~6.0.6", |
| 15 | + "@angular/http": "~6.0.6", |
| 16 | + "@angular/platform-browser": "~6.0.6", |
| 17 | + "@angular/platform-browser-dynamic": "~6.0.6", |
| 18 | + "@angular/router": "~6.0.6", |
25 | 19 | "nativescript-angular": "file:../../nativescript-angular",
|
26 | 20 | "nativescript-intl": "^3.0.0",
|
27 | 21 | "reflect-metadata": "~0.1.8",
|
28 |
| - "rxjs": "~6.0.0-rc.1", |
| 22 | + "rxjs": "~6.1.0", |
29 | 23 | "tns-core-modules": "next",
|
30 |
| - "zone.js": "^0.8.4" |
| 24 | + "zone.js": "^0.8.26" |
31 | 25 | },
|
32 | 26 | "devDependencies": {
|
33 |
| - "@angular-devkit/core": "~0.5.5", |
34 |
| - "@angular/compiler-cli": "~6.0.0-rc.3", |
35 |
| - "@ngtools/webpack": "~6.0.0-rc.3", |
| 27 | + "@angular-devkit/build-angular": "~0.7.0-rc.0", |
| 28 | + "@angular/compiler-cli": "~6.1.0-beta.1", |
36 | 29 | "@types/chai": "^4.0.2",
|
37 | 30 | "@types/mocha": "^2.2.41",
|
38 | 31 | "@types/node": "^7.0.5",
|
|
41 | 34 | "babylon": "6.17.4",
|
42 | 35 | "chai": "~4.1.1",
|
43 | 36 | "chai-as-promised": "~7.1.1",
|
44 |
| - "clean-webpack-plugin": "~0.1.19", |
45 | 37 | "colors": "^1.1.2",
|
46 |
| - "copy-webpack-plugin": "~4.5.1", |
47 |
| - "css-loader": "~0.28.7", |
48 |
| - "extract-text-webpack-plugin": "~3.0.2", |
49 | 38 | "lazy": "1.0.11",
|
50 | 39 | "mocha": "~3.5.0",
|
51 | 40 | "mocha-junit-reporter": "^1.13.0",
|
52 | 41 | "mocha-multi": "^0.11.0",
|
53 | 42 | "nativescript-dev-appium": "next",
|
54 | 43 | "nativescript-dev-typescript": "~0.4.0",
|
55 | 44 | "nativescript-dev-webpack": "next",
|
56 |
| - "nativescript-worker-loader": "~0.8.1", |
57 |
| - "raw-loader": "~0.5.1", |
58 |
| - "resolve-url-loader": "~2.3.0", |
59 | 45 | "tslib": "^1.7.1",
|
60 |
| - "typescript": "~2.7.2", |
61 |
| - "uglifyjs-webpack-plugin": "~1.2.4", |
62 |
| - "webpack": "~4.5.0", |
63 |
| - "webpack-bundle-analyzer": "^2.9.1", |
64 |
| - "webpack-sources": "~1.1.0", |
65 |
| - "webpack-cli": "~2.0.14", |
66 |
| - "webpack-sources": "~1.1.0", |
67 |
| - "clean-webpack-plugin": "~0.1.19" |
| 46 | + "typescript": "~2.7.2" |
68 | 47 | },
|
69 | 48 | "scripts": {
|
70 | 49 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
|
0 commit comments