|
@@ -12,11 +12,15 @@
|
|
|
"@nativescript/core": "~8.5.1",
|
|
|
"@nativescript/theme": "~3.0.2",
|
|
|
"nativescript-vue": "~2.9.3",
|
|
|
- "axios": "^1.3.6"
|
|
|
-
|
|
|
+ "axios": "^1.3.6",
|
|
|
+ "nativescript-sqlite": "^2.8.6",
|
|
|
+ "nativescript-toast": "^2.0.0",
|
|
|
+ "nativescript-ui-listview": "^15.2.3",
|
|
|
+ "nativescript-vue-devtools": "^1.5.1",
|
|
|
+ "nativescript-audio": "^6.2.6"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@nativescript/android": "8.1.1",
|
|
|
+ "@nativescript/android": "8.5.0",
|
|
|
"@nativescript/webpack": "~5.0.0",
|
|
|
"nativescript-vue-template-compiler": "~2.9.0"
|
|
|
}
|