|
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": "~7.1.0", |
10 | | - "@angular/common": "~7.1.0", |
11 | | - "@angular/compiler": "~7.1.0", |
12 | | - "@angular/core": "~7.1.0", |
13 | | - "@angular/forms": "~7.1.0", |
14 | | - "@angular/http": "~7.1.0", |
15 | | - "@angular/platform-browser": "~7.1.0", |
16 | | - "@angular/platform-browser-dynamic": "~7.1.0", |
17 | | - "@angular/router": "~7.1.0", |
18 | | - "nativescript-angular": "~7.1.0",<% if(theme) { %> |
19 | | - "nativescript-theme-core": "~1.0.4", |
20 | | - <% } %>"reflect-metadata": "~0.1.8", |
21 | | - "rxjs": "~6.3.3", |
22 | | - "tns-core-modules": "~5.1.0", |
23 | | - "zone.js": "^0.8.26" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "@angular/cli": "^7.1.0", |
27 | | - "@angular/compiler-cli": "~7.1.0", |
28 | | - "@angular-devkit/core": "~7.1.0", |
29 | | - "@nativescript/schematics": "~0.4.0", |
30 | | - "nativescript-dev-typescript": "~0.7.0",<% if(webpack) {%> |
31 | | - "nativescript-dev-webpack": "^0.18.0", |
32 | | - "@ngtools/webpack": "~7.1.0", |
33 | | - <% } %>"typescript": "~3.1.1" |
34 | | - } |
| 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": "~7.2.0", |
| 10 | + "@angular/common": "~7.2.0", |
| 11 | + "@angular/compiler": "~7.2.0", |
| 12 | + "@angular/core": "~7.2.0", |
| 13 | + "@angular/forms": "~7.2.0", |
| 14 | + "@angular/http": "~7.2.0", |
| 15 | + "@angular/platform-browser": "~7.2.0", |
| 16 | + "@angular/platform-browser-dynamic": "~7.2.0", |
| 17 | + "@angular/router": "~7.2.0", |
| 18 | + "nativescript-angular": "~7.2.0",<% if(theme) { %> |
| 19 | + "nativescript-theme-core": "~1.0.4", |
| 20 | + <% } %>"reflect-metadata": "~0.1.12", |
| 21 | + "rxjs": "~6.3.3", |
| 22 | + "tns-core-modules": "~5.2.0", |
| 23 | + "zone.js": "^0.8.26" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@angular/cli": "^7.2.0", |
| 27 | + "@angular/compiler-cli": "~7.2.0", |
| 28 | + "@angular-devkit/core": "~7.2.0", |
| 29 | + "@nativescript/schematics": "~0.4.0", |
| 30 | + "nativescript-dev-typescript": "~0.8.0",<% if(webpack) { %> |
| 31 | + "nativescript-dev-webpack": "^0.20.0", |
| 32 | + "@ngtools/webpack": "~7.2.0", |
| 33 | + <% } %>"typescript": "~3.1.1" |
| 34 | + } |
35 | 35 | } |
0 commit comments