|
2 | 2 | "description": "NativeScript Application", |
3 | 3 | "repository": "https://github.com/nativescript-community/ui-image", |
4 | 4 | "dependencies": { |
| 5 | + "@akylas/nativescript": "^8.0.10", |
5 | 6 | "@nativescript-community/ui-image": "../plugin", |
6 | | - "@nativescript/core": "7.0.0", |
7 | | - "@nativescript/webpack": "3.0.0", |
8 | | - "nativescript-theme-core": "~1.0.4", |
9 | | - "nativescript-vue": "2.8.0" |
| 7 | + "nativescript-vue": "2.9.0" |
10 | 8 | }, |
11 | 9 | "devDependencies": { |
12 | | - "@babel/core": "^7.9.6", |
13 | | - "@babel/preset-env": "^7.9.6", |
14 | | - "@nativescript/android": "7.0.0", |
15 | | - "@nativescript/ios": "7.0.0", |
16 | | - "@nativescript/types": "7.0.0", |
| 10 | + "@babel/core": "^7.15.0", |
| 11 | + "@babel/preset-env": "^7.15.0", |
| 12 | + "@nativescript/android": "8.0.0", |
| 13 | + "@nativescript/core": "8.0.8", |
| 14 | + "@nativescript/ios": "8.0.0", |
| 15 | + "@nativescript/types": "8.0.1", |
| 16 | + "@nativescript/webpack": "beta", |
17 | 17 | "babel-loader": "^8.1.0", |
18 | 18 | "babel-traverse": "6.26.0", |
19 | 19 | "babel-types": "6.26.0", |
20 | 20 | "babylon": "6.18.0", |
21 | 21 | "lazy": "1.0.11", |
22 | | - "nativescript-vue-template-compiler": "2.8.0", |
| 22 | + "nativescript-vue-template-compiler": "2.9.0", |
23 | 23 | "node-sass": "^4.14.1", |
24 | 24 | "typescript": "3.9.7", |
25 | 25 | "vue": "2.6.12", |
26 | | - "vue-loader": "^15.9.2" |
| 26 | + "vue-loader": "^15.9.8" |
27 | 27 | }, |
28 | | - "main": "app.js" |
| 28 | + "main": "app/app" |
29 | 29 | } |
0 commit comments