package.json 372 B

12345678910111213141516
  1. {
  2. "name": "aab",
  3. "main": "app/app.js",
  4. "version": "1.0.0",
  5. "private": true,
  6. "dependencies": {
  7. "@nativescript/core": "~8.1.1",
  8. "@nativescript/theme": "~3.0.1",
  9. "nativescript-vue": "~2.9.0"
  10. },
  11. "devDependencies": {
  12. "@nativescript/android": "8.1.1",
  13. "@nativescript/webpack": "~5.0.0",
  14. "nativescript-vue-template-compiler": "~2.9.0"
  15. }
  16. }