package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "app",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  6. "private": true,
  7. "scripts": {
  8. "clean": "ionic-app-scripts clean",
  9. "build": "ionic-app-scripts build",
  10. "lint": "ionic-app-scripts lint",
  11. "ionic:build": "ionic-app-scripts build",
  12. "ionic:serve": "ionic-app-scripts serve"
  13. },
  14. "dependencies": {
  15. "@angular/animations": "5.2.11",
  16. "@angular/common": "5.2.11",
  17. "@angular/compiler": "5.2.11",
  18. "@angular/compiler-cli": "5.2.11",
  19. "@angular/core": "5.2.11",
  20. "@angular/forms": "5.2.11",
  21. "@angular/http": "5.2.11",
  22. "@angular/platform-browser": "5.2.11",
  23. "@angular/platform-browser-dynamic": "5.2.11",
  24. "@ionic-native/core": "4.8.0",
  25. "@ionic-native/splash-screen": "4.8.0",
  26. "@ionic-native/status-bar": "4.8.0",
  27. "@ionic/storage": "2.1.3",
  28. "ionic-angular": "3.9.2",
  29. "ionicons": "3.0.0",
  30. "rxjs": "5.5.11",
  31. "sw-toolbox": "3.6.0",
  32. "zone.js": "0.8.26"
  33. },
  34. "devDependencies": {
  35. "@ionic/app-scripts": "3.1.10",
  36. "typescript": "~2.6.2"
  37. },
  38. "description": "An Ionic project"
  39. }