Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "dependencies": {
  2. "@angular/common": "4.1.3",
  3. "@angular/compiler": "4.1.3",
  4. "@angular/compiler-cli": "4.1.3",
  5. "@angular/core": "4.1.3",
  6. "@angular/forms": "4.1.3",
  7. "@angular/http": "4.1.3",
  8. "@angular/platform-browser": "4.1.3",
  9. "@angular/platform-browser-dynamic": "4.1.3",
  10. "@ionic-native/camera": "^3.13.1",
  11. "@ionic-native/core": "3.10.2",
  12. "@ionic-native/image-resizer": "^4.3.0",
  13. "@ionic-native/network": "^4.2.1",
  14. "@ionic-native/splash-screen": "3.10.2",
  15. "@ionic-native/status-bar": "3.10.2",
  16. "@ionic/storage": "2.0.1",
  17. "angularfire2": "^4.0.0-rc0",
  18. "firebase": "^4.6.2",
  19. "ionic-angular": "3.4.2",
  20. "ionicons": "3.0.0",
  21. "rxjs": "5.4.0",
  22. "sw-toolbox": "3.6.0",
  23. "typings": "^2.1.1",
  24. "zone.js": "0.8.12"
  25. },
  26. "devDependencies": {
  27. "@ionic/app-scripts": "1.3.7",
  28. "typescript": "2.3.3"
  29. },
  30. "cordovaPlugins": [
  31. "cordova-plugin-whitelist",
  32. "cordova-plugin-console",
  33. "cordova-plugin-statusbar",
  34. "cordova-plugin-device",
  35. "cordova-plugin-splashscreen",
  36. "ionic-plugin-keyboard"
  37. ],
  38. "cordovaPlatforms": [],
  39. "description": "loginApp: An Ionic project"
  40. }
  41.  
  42. npm install typings --global
  43.  
  44. typings install file:node_modules/angularfire2/firebase3.d.ts --save --global
  45.  
  46. typings install
Add Comment
Please, Sign In to add comment