|
5 | 5 | "repository": "<fill-your-repository-here>", |
6 | 6 | "nativescript": { |
7 | 7 | "id": "com.tangrainc.imageswipedemong", |
8 | | - "tns-ios": { |
9 | | - "version": "3.0.1" |
10 | | - }, |
11 | 8 | "tns-android": { |
12 | | - "version": "3.0.1" |
| 9 | + "version": "3.2.0" |
| 10 | + }, |
| 11 | + "tns-ios": { |
| 12 | + "version": "3.2.0" |
13 | 13 | } |
14 | 14 | }, |
| 15 | + "scripts": { |
| 16 | + "ns-bundle": "ns-bundle", |
| 17 | + "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
| 18 | + "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
| 19 | + "start-android-bundle": "npm run ns-bundle --android --run-app", |
| 20 | + "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
| 21 | + "build-android-bundle": "npm run ns-bundle --android --build-app", |
| 22 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
| 23 | + }, |
15 | 24 | "dependencies": { |
16 | 25 | "@angular/animations": "~4.1.0", |
17 | 26 | "@angular/common": "~4.1.0", |
|
26 | 35 | "nativescript-theme-core": "~1.0.2", |
27 | 36 | "reflect-metadata": "~0.1.8", |
28 | 37 | "rxjs": "~5.3.0", |
29 | | - "tns-core-modules": "~3.0.0", |
| 38 | + "tns-core-modules": "^3.2.0", |
30 | 39 | "zone.js": "~0.8.2" |
31 | 40 | }, |
32 | 41 | "devDependencies": { |
| 42 | + "@angular/compiler-cli": "~4.1.0", |
| 43 | + "@ngtools/webpack": "~1.6.0", |
33 | 44 | "babel-traverse": "6.24.1", |
34 | 45 | "babel-types": "6.24.1", |
35 | 46 | "babylon": "6.17.0", |
| 47 | + "copy-webpack-plugin": "~4.0.1", |
| 48 | + "extract-text-webpack-plugin": "~3.0.0", |
36 | 49 | "lazy": "1.0.11", |
| 50 | + "nativescript-css-loader": "~0.26.0", |
37 | 51 | "nativescript-dev-typescript": "~0.4.5", |
38 | | - "typescript": "~2.2.0" |
| 52 | + "nativescript-dev-webpack": "^0.8.0", |
| 53 | + "nativescript-worker-loader": "~0.8.1", |
| 54 | + "raw-loader": "~0.5.1", |
| 55 | + "resolve-url-loader": "~2.1.0", |
| 56 | + "typescript": "~2.2.0", |
| 57 | + "webpack": "~3.2.0", |
| 58 | + "webpack-bundle-analyzer": "^2.8.2", |
| 59 | + "webpack-sources": "~1.0.1" |
39 | 60 | } |
40 | 61 | } |
0 commit comments