|
4 | 4 | "readme": "NativeScript Application", |
5 | 5 | "repository": "<fill-your-repository-here>", |
6 | 6 | "dependencies": { |
7 | | - "@nativescript-community/ui-image": "../plugin", |
8 | | - "@nativescript/core": "7.0.9", |
9 | | - "@nativescript/webpack": "3.0.5", |
10 | | - "@nativescript-community/ui-collectionview": "4.0.1", |
| 7 | + "@nativescript-community/ui-collectionview": "5.3.15", |
| 8 | + "@nativescript-community/ui-image": "*", |
| 9 | + "@nativescript/core": "8.6.2", |
| 10 | + "@nativescript/webpack": "5.0.18", |
11 | 11 | "nativescript-theme-core": "^2.0.24" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | | - "@babel/core": "~7.5.5", |
15 | | - "@nativescript/android": "7.0.0", |
16 | | - "@nativescript/ios": "7.0.0", |
17 | | - "@nativescript/types": "7.0.0", |
18 | | - "babel-loader": "~8.0.6", |
19 | | - "node-sass": "^4.12.0", |
20 | | - "tslint": "~5.20.0", |
21 | | - "typescript": "3.9.7" |
| 14 | + "@babel/core": "~7.23.9", |
| 15 | + "@nativescript/android": "8.6.2", |
| 16 | + "@nativescript/ios": "8.6.3", |
| 17 | + "@nativescript/types": "8.6.1", |
| 18 | + "typescript": "5.3.3" |
22 | 19 | }, |
23 | 20 | "scripts": { |
24 | 21 | "build.plugin": "cd ../src && npm run build", |
|
0 commit comments