|
1 | 1 | {
|
2 |
| - "name": "<%= utils.classify(name) %>", |
3 |
| - "license": "SEE LICENSE IN <your-license-filename>", |
4 |
| - "version": "0.0.0", |
5 |
| - "nativescript": { |
6 |
| - "id": "org.nativescript.<%= utils.sanitize(name) %>" |
7 |
| - }, |
8 |
| - "dependencies": { |
9 |
| - "@angular/animations": "~6.0.0", |
10 |
| - "@angular/common": "~6.0.0", |
11 |
| - "@angular/compiler": "~6.0.0", |
12 |
| - "@angular/core": "~6.0.0", |
13 |
| - "@angular/forms": "~6.0.0", |
14 |
| - "@angular/http": "~6.0.0", |
15 |
| - "@angular/platform-browser": "~6.0.0", |
16 |
| - "@angular/platform-browser-dynamic": "~6.0.0", |
17 |
| - "@angular/router": "~6.0.0", |
18 |
| - "nativescript-angular": "~6.0.0", |
19 |
| - "nativescript-theme-core": "~1.0.4", |
20 |
| - "reflect-metadata": "~0.1.8", |
21 |
| - "rxjs": "~6.1.0", |
22 |
| - "tns-core-modules": "~4.1.0", |
23 |
| - "zone.js": "^0.8.26" |
24 |
| - }, |
25 |
| - "devDependencies": { |
26 |
| - "@angular/cli": "6.1.0-beta.0", |
27 |
| - "@angular/compiler-cli": "~6.0.0", |
28 |
| - "@angular-devkit/build-angular": "0.7.0-beta.2", |
29 |
| - "@angular-devkit/core": "0.7.0-beta.2", |
30 |
| - "babel-traverse": "6.26.0", |
31 |
| - "babel-types": "6.26.0", |
32 |
| - "babylon": "6.18.0", |
33 |
| - "lazy": "1.0.11", |
34 |
| - "nativescript-dev-webpack": "^0.14.0", |
35 |
| - "nativescript-dev-typescript": "~0.7.0", |
36 |
| - "typescript": "~2.7.2" |
37 |
| - } |
| 2 | + "name": "<%= utils.classify(name) %>", |
| 3 | + "license": "SEE LICENSE IN <your-license-filename>", |
| 4 | + "version": "0.0.0", |
| 5 | + "nativescript": { |
| 6 | + "id": "org.nativescript.<%= utils.sanitize(name) %>" |
| 7 | + }, |
| 8 | + "dependencies": { |
| 9 | + "@angular/animations": "~6.0.0", |
| 10 | + "@angular/common": "~6.0.0", |
| 11 | + "@angular/compiler": "~6.0.0", |
| 12 | + "@angular/core": "~6.0.0", |
| 13 | + "@angular/forms": "~6.0.0", |
| 14 | + "@angular/http": "~6.0.0", |
| 15 | + "@angular/platform-browser": "~6.0.0", |
| 16 | + "@angular/platform-browser-dynamic": "~6.0.0", |
| 17 | + "@angular/router": "~6.0.0", |
| 18 | + "nativescript-angular": "~6.0.0", |
| 19 | + "nativescript-theme-core": "~1.0.4", |
| 20 | + "reflect-metadata": "~0.1.8", |
| 21 | + "rxjs": "~6.1.0", |
| 22 | + "tns-core-modules": "~4.1.0", |
| 23 | + "zone.js": "^0.8.26" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@angular/cli": "6.1.0-beta.0", |
| 27 | + "@angular/compiler-cli": "~6.0.0", |
| 28 | + "@ngtools/webpack": "~6.1.0-rc.0", |
| 29 | + "@angular-devkit/core": "0.7.0-beta.2", |
| 30 | + "babel-traverse": "6.26.0", |
| 31 | + "babel-types": "6.26.0", |
| 32 | + "babylon": "6.18.0", |
| 33 | + "lazy": "1.0.11", |
| 34 | + "nativescript-dev-webpack": "^0.14.0", |
| 35 | + "nativescript-dev-typescript": "~0.7.0", |
| 36 | + "typescript": "~2.7.2" |
| 37 | + } |
38 | 38 | }
|
0 commit comments