Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. {
  2. "nativescript": {
  3. "id": "org.nativescript.app4",
  4. "tns-android": {
  5. "version": "5.4.0"
  6. },
  7. "tns-ios": {
  8. "version": "5.4.0"
  9. }
  10. },
  11. "description": "NativeScript Application",
  12. "license": "SEE LICENSE IN <your-license-filename>",
  13. "repository": "<fill-your-repository-here>",
  14. "scripts": {
  15. "lint": "tslint "app/**/*.ts""
  16. },
  17. "dependencies": {
  18. "app4": "0.0.0",
  19. "nativescript-animated-circle": "^1.2.0",
  20. "nativescript-pdf-view": "^2.0.1",
  21. "nativescript-pdf-viewer": "^3.1.0",
  22. "nativescript-plugin-firebase": "^8.3.2",
  23. "nativescript-slides": "^2.3.0",
  24. "nativescript-theme-core": "~1.0.4",
  25. "nativescript-ui-listview": "^6.3.0",
  26. "nativescript-ui-sidedrawer": "~6.0.0",
  27. "node": "^10.15.3",
  28. "node-sass": "^4.9.0",
  29. "rxjs": "~6.3.0",
  30. "tns-core-modules": "^5.4.0",
  31. "tsc": "^1.20150623.0",
  32. "typescript": "^3.4.5",
  33. "uglifyjs-webpack-plugin": "^2.1.3"
  34. },
  35. "devDependencies": {
  36. "nativescript-dev-sass": "~1.7.0",
  37. "nativescript-dev-typescript": "~0.9.0",
  38. "nativescript-dev-webpack": "^0.22.0",
  39. "tns-platform-declarations": "^6.0.0-next-2019-05-20-103602-01",
  40. "tslint": "~5.11.0"
  41. },
  42. "gitHead": "803cec054c44c99eaa59cdc267993e6346f6cb3a",
  43. "readme": "NativeScript Application"
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement