|
2 | 2 | "nativescript": { |
3 | 3 | "id": "org.nativescript.demo", |
4 | 4 | "tns-android": { |
5 | | - "version": "4.1.1" |
| 5 | + "version": "4.2.0" |
6 | 6 | }, |
7 | 7 | "tns-ios": { |
8 | | - "version": "4.1.0" |
| 8 | + "version": "4.2.0" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | 12 | "nativescript-geolocation": "../src", |
13 | 13 | "nativescript-theme-core": "^1.0.4", |
14 | 14 | "nativescript-toast": "^1.4.6", |
15 | 15 | "nativescript-unit-test-runner": "^0.3.4", |
16 | | - "tns-core-modules": "4.1.0" |
| 16 | + "tns-core-modules": "^4.2.0" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "babel-traverse": "6.12.0", |
20 | | - "babel-types": "6.11.1", |
21 | | - "babylon": "6.8.4", |
22 | | - "filewalker": "0.1.2", |
23 | 19 | "jasmine-core": "^2.5.2", |
24 | 20 | "karma": "^1.3.0", |
25 | 21 | "karma-jasmine": "^1.0.2", |
26 | 22 | "karma-nativescript-launcher": "^0.4.0", |
27 | | - "lazy": "1.0.11", |
28 | 23 | "nativescript-css-loader": "~0.26.0", |
29 | | - "nativescript-dev-typescript": "~0.7.1", |
30 | | - "nativescript-dev-webpack": "~0.14.0", |
31 | | - "tns-platform-declarations": "^3.2.0", |
32 | | - "tslint": "~5.4.3", |
33 | | - "typescript": "~2.7.2" |
| 24 | + "nativescript-dev-typescript": "~0.7.2", |
| 25 | + "nativescript-dev-webpack": "~0.15.1", |
| 26 | + "tns-platform-declarations": "^4.2.0", |
| 27 | + "tslint": "~5.11.0", |
| 28 | + "typescript": "~2.8.2" |
34 | 29 | }, |
35 | 30 | "scripts": { |
36 | 31 | "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
37 | | - "ns-bundle": "ns-bundle", |
38 | | - "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
39 | | - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
40 | | - "build.plugin": "cd ../src && npm run build", |
41 | | - "start-android-bundle": "npm run ns-bundle --android --run-app", |
42 | | - "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
43 | | - "build-android-bundle": "npm run ns-bundle --android --build-app", |
44 | | - "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
| 32 | + "build.plugin": "cd ../src && npm run build" |
45 | 33 | } |
46 | 34 | } |
0 commit comments