|
3 | 3 | "license": "MIT", |
4 | 4 | "nativescript": { |
5 | 5 | "id": "org.nativescript.demoangular", |
6 | | - "tns-android": { |
7 | | - "version": "3.0.1" |
8 | | - }, |
9 | 6 | "tns-ios": { |
10 | | - "version": "3.0.1" |
| 7 | + "version": "3.4.0" |
| 8 | + }, |
| 9 | + "tns-android": { |
| 10 | + "version": "3.4.0" |
11 | 11 | } |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@angular/common": "~4.0.0", |
15 | | - "@angular/compiler": "~4.0.0", |
16 | | - "@angular/core": "~4.0.0", |
17 | | - "@angular/forms": "~4.0.0", |
18 | | - "@angular/http": "~4.0.0", |
19 | | - "@angular/platform-browser": "~4.0.0", |
20 | | - "@angular/platform-browser-dynamic": "~4.0.0", |
21 | | - "@angular/router": "~4.0.0", |
22 | | - "nativescript-angular": "^3.0.0 || ^2.0.0-rc.1", |
| 14 | + "@angular/common": "~5.0.0", |
| 15 | + "@angular/compiler": "~5.0.0", |
| 16 | + "@angular/core": "~5.0.0", |
| 17 | + "@angular/forms": "~5.0.0", |
| 18 | + "@angular/http": "~5.0.0", |
| 19 | + "@angular/platform-browser": "~5.0.0", |
| 20 | + "@angular/platform-browser-dynamic": "~5.0.0", |
| 21 | + "@angular/router": "~5.0.0", |
| 22 | + "nativescript-angular": "^5.0.0", |
23 | 23 | "nativescript-facebook": "../src", |
24 | 24 | "nativescript-theme-core": "^1.0.2", |
25 | 25 | "nativescript-unit-test-runner": "^0.3.4", |
26 | | - "rxjs": "~5.3.0", |
27 | | - "tns-core-modules": "^3.0.0", |
| 26 | + "rxjs": "^5.5.0", |
| 27 | + "tns-core-modules": "^3.4.0", |
28 | 28 | "zone.js": "^0.8.4" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@angular/compiler-cli": "~4.0.0", |
32 | | - "@ngtools/webpack": "~1.5.0", |
| 31 | + "@angular/compiler-cli": "~5.0.0", |
| 32 | + "@ngtools/webpack": "~1.8.2", |
33 | 33 | "babel-traverse": "6.12.0", |
34 | 34 | "babel-types": "6.11.1", |
35 | 35 | "babylon": "6.8.4", |
36 | 36 | "copy-webpack-plugin": "~4.0.1", |
37 | | - "extract-text-webpack-plugin": "~2.1.0", |
| 37 | + "css-loader": "~0.28.7", |
| 38 | + "extract-text-webpack-plugin": "~3.0.0", |
38 | 39 | "filewalker": "0.1.2", |
39 | 40 | "jasmine-core": "^2.5.2", |
40 | 41 | "karma": "^1.3.0", |
41 | 42 | "karma-jasmine": "^1.0.2", |
42 | 43 | "karma-nativescript-launcher": "^0.4.0", |
43 | 44 | "lazy": "1.0.11", |
44 | 45 | "nativescript-css-loader": "~0.26.0", |
45 | | - "nativescript-dev-typescript": "^0.4.0", |
46 | | - "nativescript-dev-webpack": "^0.8.0", |
| 46 | + "nativescript-dev-typescript": "^0.6.0", |
| 47 | + "nativescript-dev-webpack": "^0.9.0", |
| 48 | + "nativescript-worker-loader": "~0.8.1", |
47 | 49 | "raw-loader": "~0.5.1", |
48 | | - "resolve-url-loader": "~2.0.2", |
49 | | - "typescript": "~2.3.4", |
50 | | - "webpack": "~2.6.1", |
51 | | - "webpack-sources": "~1.0.1", |
| 50 | + "resolve-url-loader": "~2.1.0", |
52 | 51 | "tslint": "~5.4.3", |
| 52 | + "typescript": "~2.4.2", |
| 53 | + "webpack": "~3.8.1", |
53 | 54 | "webpack-bundle-analyzer": "^2.8.2", |
54 | | - "nativescript-worker-loader": "~0.8.1" |
| 55 | + "webpack-sources": "~1.0.1" |
55 | 56 | }, |
56 | 57 | "scripts": { |
57 | 58 | "ns-bundle": "ns-bundle", |
|
60 | 61 | "ci.android.build": "npm run build.plugin && tns build android", |
61 | 62 | "ci.ios.build": "npm run build.plugin && tns build ios", |
62 | 63 | "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
63 | | - "start-android-bundle": "npm run ns-bundle --android --run-app --uglify --snapshot", |
64 | | - "start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify", |
65 | | - "build-android-bundle": "npm run ns-bundle --android --build-app --uglify --snapshot", |
66 | | - "build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify", |
67 | | - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install" |
| 64 | + "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
| 65 | + "start-android-bundle": "npm run ns-bundle --android --run-app", |
| 66 | + "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
| 67 | + "build-android-bundle": "npm run ns-bundle --android --build-app", |
| 68 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
68 | 69 | } |
69 | 70 | } |
0 commit comments