package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "apptest",
  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. "@angular/router": "^6.0.9",
  25. "@ionic-native/core": "4.9.1",
  26. "@ionic-native/splash-screen": "4.9.1",
  27. "@ionic-native/status-bar": "4.9.1",
  28. "@ionic/storage": "2.1.3",
  29. "@okta/okta-angular": "^1.0.1",
  30. "ionic-angular": "3.9.2",
  31. "ionicons": "3.0.0",
  32. "rxjs": "5.5.11",
  33. "sw-toolbox": "3.6.0",
  34. "zone.js": "0.8.26"
  35. },
  36. "devDependencies": {
  37. "@ionic/app-scripts": "3.1.10",
  38. "typescript": "~2.6.2"
  39. },
  40. "description": "An Ionic project"
  41. }