UI for Zipcoin Blue

package.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "blueCoin",
  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.9.2",
  24. "@ionic-native/splash-screen": "~4.9.2",
  25. "@ionic-native/status-bar": "~4.9.2",
  26. "@ionic/storage": "2.1.3",
  27. "ionic": "^3.20.0",
  28. "ionic-angular": "3.9.2",
  29. "ionicons": "3.0.0",
  30. "rxjs": "5.5.11",
  31. "socks": "^2.1.6",
  32. "sw-toolbox": "3.6.0",
  33. "zone.js": "0.8.26"
  34. },
  35. "devDependencies": {
  36. "@ionic/app-scripts": "3.1.11",
  37. "typescript": "~2.6.2"
  38. },
  39. "description": "An Ionic project"
  40. }