|
1 | 1 | { |
2 | 2 | "description": "NativeScript Application", |
| 3 | + "main": "main.js", |
3 | 4 | "license": "SEE LICENSE IN <your-license-filename>", |
4 | 5 | "readme": "NativeScript Application", |
5 | 6 | "repository": "<fill-your-repository-here>", |
6 | | - "nativescript": { |
7 | | - "id": "org.nativescript.ng4animations", |
8 | | - "tns-ios": { |
9 | | - "version": "6.5.2" |
10 | | - }, |
11 | | - "tns-android": { |
12 | | - "version": "latest" |
13 | | - } |
14 | | - }, |
15 | 7 | "dependencies": { |
16 | | - "@angular/animations": "~10.0.0", |
17 | | - "@angular/common": "~10.0.0", |
18 | | - "@angular/compiler": "~10.0.0", |
19 | | - "@angular/core": "~10.0.0", |
20 | | - "@angular/forms": "~10.0.0", |
21 | | - "@angular/platform-browser": "~10.0.0", |
22 | | - "@angular/platform-browser-dynamic": "~10.0.0", |
23 | | - "@angular/router": "~10.0.0", |
| 8 | + "@angular/animations": "~10.1.0", |
| 9 | + "@angular/common": "~10.1.0", |
| 10 | + "@angular/compiler": "~10.1.0", |
| 11 | + "@angular/core": "~10.1.0", |
| 12 | + "@angular/forms": "~10.1.0", |
| 13 | + "@angular/platform-browser": "~10.1.0", |
| 14 | + "@angular/platform-browser-dynamic": "~10.1.0", |
| 15 | + "@angular/router": "~10.1.0", |
24 | 16 | "@nativescript/angular": "file:../../dist/nativescript-angular-scoped.tgz", |
25 | 17 | "nativescript-theme-core": "~1.0.2", |
26 | | - "reflect-metadata": "~0.1.8", |
27 | | - "rxjs": "~6.5.5", |
28 | | - "@nativescript/core": "rc", |
29 | | - "zone.js": "^0.10.3" |
| 18 | + "reflect-metadata": "~0.1.13", |
| 19 | + "rxjs": "~6.6.0", |
| 20 | + "@nativescript/core": "~7.0.0", |
| 21 | + "zone.js": "^0.11.1" |
30 | 22 | }, |
31 | 23 | "devDependencies": { |
32 | | - "@angular/compiler-cli": "~10.0.0", |
33 | | - "@ngtools/webpack": "~10.0.0", |
| 24 | + "@angular/compiler-cli": "~10.1.0", |
| 25 | + "@nativescript/ios": "7.0.0", |
| 26 | + "@nativescript/webpack": "~3.0.0", |
| 27 | + "@ngtools/webpack": "~10.1.0", |
34 | 28 | "@types/chai": "~4.2.0", |
35 | 29 | "@types/mocha": "~7.0.0", |
36 | 30 | "@types/node": "~14.0.0", |
|
41 | 35 | "lazy": "~1.0.11", |
42 | 36 | "mocha": "~8.0.1", |
43 | 37 | "mochawesome": "~6.1.1", |
44 | | - "node-sass": "~4.14.1", |
45 | 38 | "nativescript-css-loader": "~0.26.0", |
46 | | - "@nativescript/webpack": "rc", |
| 39 | + "node-sass": "~4.14.1", |
47 | 40 | "typescript": "~3.9.0" |
48 | 41 | }, |
49 | 42 | "scripts": { |
50 | | - "clean": "npx rimraf hooks node_modules platforms package-lock.json", |
| 43 | + "clean": "ns clean", |
51 | 44 | "setup": "cd ../../nativescript-angular && npm run prep.apps && cd ../e2e/animation-examples && npm run clean", |
52 | 45 | "ngcc": "ngcc --properties es2015 module main --first-only", |
53 | 46 | "postinstall": "npm run ngcc", |
|
56 | 49 | "e2e-watch": "tsc -p e2e --watch", |
57 | 50 | "ns-verify-bundle": "ns-verify-bundle", |
58 | 51 | "update-ns-webpack": "update-ns-webpack", |
59 | | - "ios": "tns debug ios --emulator --no-hmr", |
60 | | - "android": "tns debug android --emulator --no-hmr" |
| 52 | + "ios": "ns debug ios --emulator --no-hmr", |
| 53 | + "android": "ns debug android --emulator --no-hmr" |
61 | 54 | } |
62 | 55 | } |
0 commit comments