package.json 759 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "nativescript-demo",
  3. "author": "liuyuqi <liuyuqi.gov@msn.cn>",
  4. "main": "app/main.js",
  5. "version": "1.0.0",
  6. "private": true,
  7. "scripts": {
  8. "build": "npm install && tns build android",
  9. "build:ios": "tns build ios --bundle"
  10. },
  11. "dependencies": {
  12. "@nativescript/core": "~8.5.1",
  13. "@nativescript/theme": "~3.0.2",
  14. "nativescript-vue": "~2.9.3",
  15. "axios": "^1.3.6",
  16. "nativescript-sqlite": "^2.8.6",
  17. "nativescript-toast": "^2.0.0",
  18. "nativescript-ui-listview": "^15.2.3",
  19. "nativescript-vue-devtools": "^1.5.1",
  20. "nativescript-audio": "^6.2.6"
  21. },
  22. "devDependencies": {
  23. "@nativescript/android": "8.5.0",
  24. "@nativescript/webpack": "~5.0.0",
  25. "nativescript-vue-template-compiler": "~2.9.0"
  26. }
  27. }