Guest User

Untitled

a guest
Jun 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "name": "ionic-hello-world",
  3. "author": "Ionic Framework",
  4. "homepage": "http://ionicframework.com/",
  5. "private": true,
  6. "scripts": {
  7. "build": "ionic-app-scripts build",
  8. "watch": "ionic-app-scripts watch",
  9. "serve:before": "watch",
  10. "emulate:before": "build",
  11. "deploy:before": "build",
  12. "build:before": "build",
  13. "run:before": "build"
  14. },
  15. "dependencies": {
  16. "@angular/common": "2.2.1",
  17. "@angular/compiler": "2.2.1",
  18. "@angular/compiler-cli": "2.2.1",
  19. "@angular/core": "2.2.1",
  20. "@angular/forms": "2.2.1",
  21. "@angular/http": "2.2.1",
  22. "@angular/platform-browser": "2.2.1",
  23. "@angular/platform-browser-dynamic": "2.2.1",
  24. "@angular/platform-server": "2.2.1",
  25. "@ionic/storage": "1.1.7",
  26. "@agm/core": "1.0.0-beta.0",
  27. "es6-promise": "3.0.2",
  28. "es6-shim": "^0.35.0",
  29. "ionic-angular": "2.0.0",
  30. "ionic-native": "^2.2.14",
  31. "ionicons": "3.0.0",
  32. "ng2-cordova-oauth": "0.0.6",
  33. "rxjs": "5.0.0-beta.12",
  34. "sw-toolbox": "3.4.0",
  35. "zone.js": "0.6.26"
  36. },
  37. "devDependencies": {
  38. "@ionic/app-scripts": "1.0.0",
  39. "typescript": "2.1.5"
  40. },
  41. "cordovaPlugins": [
  42. "cordova-plugin-device",
  43. "cordova-plugin-console",
  44. "cordova-plugin-whitelist",
  45. "cordova-plugin-splashscreen",
  46. "cordova-plugin-statusbar",
  47. "ionic-plugin-keyboard",
  48. "cordova-plugin-inappbrowser"
  49. ],
  50. "cordovaPlatforms": [
  51. "ios",
  52. {
  53. "platform": "ios",
  54. "version": "",
  55. "locator": "ios"
  56. }
  57. ],
  58. "description": "third-party-auth-ionic2-tutorial: An Ionic project"
  59. }
Add Comment
Please, Sign In to add comment