package.json 858 B

12345678910111213141516171819202122232425262728
  1. {
  2. "nativescript": {
  3. "id": "svelte-native-template.halfnelson.github.io",
  4. "tns-android": {
  5. "version": "5.2.0"
  6. },
  7. "tns-ios": {
  8. "version": "5.2.0"
  9. }
  10. },
  11. "main": "app.js",
  12. "description": "Svelte/NativeScript Template Application",
  13. "license": "SEE LICENSE IN <your-license-filename>",
  14. "repository": "<fill-your-repository-here>",
  15. "dependencies": {
  16. "nativescript-theme-core": "~1.0.4",
  17. "svelte": "^3.0.0-beta.8",
  18. "svelte-loader": "^2.13.3",
  19. "svelte-native": "^0.1.1",
  20. "tns-core-modules": "~5.2.0"
  21. },
  22. "devDependencies": {
  23. "nativescript-dev-typescript": "~0.8.0",
  24. "nativescript-dev-webpack": "~0.20.0"
  25. },
  26. "gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f",
  27. "readme": "NativeScript Application"
  28. }