Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. {
  2. "name": "rodoviasApp",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  6. "private": true,
  7. "scripts": {
  8. "start": "ionic-app-scripts serve",
  9. "clean": "ionic-app-scripts clean",
  10. "build": "ionic-app-scripts build",
  11. "lint": "ionic-app-scripts lint"
  12. },
  13. "dependencies": {
  14. "@angular/animations": "5.2.11",
  15. "@angular/common": "5.2.11",
  16. "@angular/compiler": "5.2.11",
  17. "@angular/compiler-cli": "5.2.11",
  18. "@angular/core": "5.2.11",
  19. "@angular/forms": "5.2.11",
  20. "@angular/http": "5.2.11",
  21. "@angular/platform-browser": "5.2.11",
  22. "@angular/platform-browser-dynamic": "5.2.11",
  23. "@ionic-native/core": "~4.12.0",
  24. "@ionic-native/device-motion": "^4.14.0",
  25. "@ionic-native/geolocation": "^4.14.0",
  26. "@ionic-native/gyroscope": "^4.16.0",
  27. "@ionic-native/social-sharing": "~4.12.0",
  28. "@ionic-native/splash-screen": "~4.12.0",
  29. "@ionic-native/status-bar": "~4.12.0",
  30. "@ionic/storage": "^2.1.3",
  31. "brmasker-ionic-3": "^1.6.3",
  32. "cordova-android": "7.0.0",
  33. "cordova-browser": "5.0.4",
  34. "cordova-plugin-device": "^2.0.2",
  35. "cordova-plugin-device-motion": "^2.0.1",
  36. "cordova-plugin-geolocation": "^4.0.1",
  37. "cordova-plugin-gyroscope": "^0.1.4",
  38. "cordova-plugin-ionic-keyboard": "^2.1.2",
  39. "cordova-plugin-ionic-webview": "^2.1.4",
  40. "cordova-plugin-splashscreen": "^5.0.2",
  41. "cordova-plugin-statusbar": "^2.4.2",
  42. "cordova-plugin-whitelist": "^1.3.3",
  43. "cordova-plugin-x-socialsharing": "5.4.4",
  44. "cordova-sqlite-storage": "2.6.0",
  45. "es6-promise-plugin": "4.2.2",
  46. "ionic-angular": "3.9.2",
  47. "ionicons": "3.0.0",
  48. "rxjs": "5.5.11",
  49. "sw-toolbox": "3.6.0",
  50. "zone.js": "0.8.26"
  51. },
  52. "devDependencies": {
  53. "@ionic/app-scripts": "3.2.0",
  54. "@ionic/lab": "1.0.13",
  55. "typescript": "~2.6.2"
  56. },
  57. "description": "An Ionic project",
  58. "cordova": {
  59. "plugins": {
  60. "cordova-plugin-geolocation": {
  61. "GEOLOCATION_USAGE_DESCRIPTION": "Para analisar as estradas percorridas"
  62. },
  63. "cordova-plugin-device-motion": {},
  64. "cordova-plugin-whitelist": {},
  65. "cordova-plugin-statusbar": {},
  66. "cordova-plugin-device": {},
  67. "cordova-plugin-splashscreen": {},
  68. "cordova-plugin-ionic-webview": {},
  69. "cordova-plugin-ionic-keyboard": {},
  70. "cordova-plugin-gyroscope": {},
  71. "cordova-sqlite-storage": {},
  72. "cordova-plugin-x-socialsharing": {
  73. "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
  74. }
  75. },
  76. "platforms": [
  77. "browser",
  78. "android"
  79. ]
  80. }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement