|
4 | 4 | "nativescript": { |
5 | 5 | "id": "org.nativescript.demoangular", |
6 | 6 | "tns-android": { |
7 | | - "version": "3.0.0" |
| 7 | + "version": "3.0.1" |
8 | 8 | }, |
9 | 9 | "tns-ios": { |
10 | 10 | "version": "3.0.1" |
|
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@angular/compiler-cli": "~4.0.0", |
32 | | - "@ngtools/webpack": "1.3.0", |
| 32 | + "@ngtools/webpack": "~1.4.0", |
33 | 33 | "babel-traverse": "6.12.0", |
34 | 34 | "babel-types": "6.11.1", |
35 | 35 | "babylon": "6.8.4", |
|
43 | 43 | "lazy": "1.0.11", |
44 | 44 | "nativescript-css-loader": "~0.26.0", |
45 | 45 | "nativescript-dev-typescript": "^0.4.0", |
46 | | - "nativescript-dev-webpack": "^0.4.0", |
| 46 | + "nativescript-dev-webpack": "^0.6.3", |
47 | 47 | "raw-loader": "~0.5.1", |
48 | 48 | "resolve-url-loader": "~2.0.2", |
49 | | - "typescript": "~2.2.2", |
50 | | - "webpack": "~2.3.3", |
51 | | - "webpack-sources": "~0.2.3" |
| 49 | + "typescript": "~2.3.4", |
| 50 | + "webpack": "~2.6.1", |
| 51 | + "webpack-sources": "~1.0.1" |
52 | 52 | }, |
53 | 53 | "scripts": { |
54 | 54 | "ns-bundle": "ns-bundle", |
55 | | - "start-android-bundle": "npm run ns-bundle --android --start-app", |
56 | | - "start-ios-bundle": "npm run ns-bundle --ios --start-app", |
| 55 | + "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
| 56 | + "start-android-bundle": "npm run ns-bundle --android --run-app", |
| 57 | + "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
57 | 58 | "build-android-bundle": "npm run ns-bundle --android --build-app", |
58 | 59 | "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
59 | 60 | } |
|
0 commit comments