|
23 | 23 | }, |
24 | 24 | "homepage": "https://github.com/NativeScript/template-hello-world", |
25 | 25 | "dependencies": { |
26 | | - "tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7", |
27 | | - "nativescript-angular": "^0.1.6", |
28 | | - "nativescript-intl": "^0.0.2", |
29 | | - "@angular/common": "2.0.0-rc.1", |
30 | | - "@angular/compiler": "2.0.0-rc.1", |
31 | | - "@angular/core": "2.0.0-rc.1", |
32 | | - "@angular/platform-browser": "2.0.0-rc.1", |
33 | | - "@angular/platform-browser-dynamic": "2.0.0-rc.1", |
34 | | - "@angular/platform-server": "2.0.0-rc.1", |
35 | | - "@angular/router-deprecated": "2.0.0-rc.1", |
| 26 | + "tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || 2.0.0-angular-7", |
| 27 | + "nativescript-angular": "^0.1.6" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "nativescript-dev-typescript": "^0.3.1", |
| 31 | + "nativescript-dev-webpack": "0.0.13", |
| 32 | + "typescript": "^1.8.10", |
| 33 | + "@angular/common": "2.0.0-rc.2", |
| 34 | + "@angular/compiler": "2.0.0-rc.2", |
| 35 | + "@angular/core": "2.0.0-rc.2", |
| 36 | + "@angular/platform-browser": "2.0.0-rc.2", |
| 37 | + "@angular/platform-browser-dynamic": "2.0.0-rc.2", |
| 38 | + "@angular/platform-server": "2.0.0-rc.2", |
| 39 | + "@angular/router-deprecated": "2.0.0-rc.2", |
36 | 40 | "rxjs": "5.0.0-beta.6", |
37 | 41 | "zone.js": "^0.6.12", |
38 | 42 | "reflect-metadata": "^0.1.3", |
|
42 | 46 | "url": "0.10.3", |
43 | 47 | "shelljs": "^0.7.0" |
44 | 48 | }, |
45 | | - "devDependencies": { |
46 | | - "nativescript-dev-typescript": "^0.3.1", |
47 | | - "nativescript-dev-webpack": "0.0.13", |
48 | | - "typescript": "^1.8.10" |
49 | | - }, |
50 | 49 | "nativescript": { |
51 | 50 | "id": "org.nativescript.ngsample", |
52 | 51 | "tns-android": { |
|
0 commit comments