|
5 | 5 | "author": "Martin Guillon <[email protected]>", |
6 | 6 | "license": "MIT", |
7 | 7 | "dependencies": { |
8 | | - "@akylas/nativescript": "7.0.14", |
| 8 | + "@nativescript/core": "8.0.8", |
9 | 9 | "@nativescript-community/ui-carto": "file:../plugin", |
10 | | - "@nativescript-community/ui-collectionview": "^4.0.16", |
| 10 | + "@nativescript-community/ui-collectionview": "^4.0.42", |
11 | 11 | "nativescript-perms": "2.0.11", |
12 | | - "nativescript-vue": "^2.8.3" |
| 12 | + "nativescript-vue": "^2.9.0" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@babel/core": "~7.12.10", |
16 | | - "@nativescript/core": "7.0.13", |
| 15 | + "@babel/core": "~7.15.0", |
| 16 | + "@nativescript/android": "8.0.0", |
17 | 17 | "@nativescript/ios": "8.0.0", |
18 | | - "@nativescript/types": "7.0.4", |
19 | | - "@nativescript/webpack": "3.0.8", |
| 18 | + "@nativescript/types": "8.0.1", |
| 19 | + "@nativescript/webpack": "beta", |
20 | 20 | "babel-loader": "~8.2.2", |
21 | | - "nativescript-vue-template-compiler": "~2.8.3", |
22 | | - "node-sass": "^5.0.0", |
23 | | - "tns-android": "6.5.3", |
24 | | - "tslib": "^2.0.3", |
25 | | - "typescript": "3.9.7", |
26 | | - "vue": "^2.6.12", |
27 | | - "vue-loader": "~15.9.6", |
28 | | - "vue-property-decorator": "^8.5.1" |
| 21 | + "nativescript-vue-template-compiler": "~2.9.0", |
| 22 | + "typescript": "4.3.5", |
| 23 | + "vue": "^2.6.14", |
| 24 | + "vue-loader": "~15.9.8", |
| 25 | + "vue-class-component": "^7.2.6", |
| 26 | + "vue-property-decorator": "^9.1.2" |
29 | 27 | }, |
30 | | - "main": "main" |
| 28 | + "main": "app/main" |
31 | 29 | } |
0 commit comments