package.json 904 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "nativescript": {
  3. "id": "io.github.halfnelson.sveltenativetemplate",
  4. "tns-ios": {
  5. "version": "5.2.0"
  6. },
  7. "tns-android": {
  8. "version": "5.3.1"
  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-native": "^0.2.3",
  18. "tns-core-modules": "^5.3.1"
  19. },
  20. "devDependencies": {
  21. "nativescript-dev-typescript": "~0.8.0",
  22. "nativescript-dev-webpack": "^0.20.3",
  23. "svelte": "^3.0.0-beta.22",
  24. "svelte-loader": "^2.13.3",
  25. "svelte-native-preprocessor": "0.1.1"
  26. },
  27. "gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f",
  28. "readme": "NativeScript Application"
  29. }