a spring boot ionic simple app

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "ionic-beer",
  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/common": "4.1.0",
  16. "@angular/compiler": "4.1.0",
  17. "@angular/compiler-cli": "4.1.0",
  18. "@angular/core": "4.1.0",
  19. "@angular/forms": "4.1.0",
  20. "@angular/http": "4.1.0",
  21. "@angular/platform-browser": "4.1.0",
  22. "@angular/platform-browser-dynamic": "4.1.0",
  23. "@ionic-native/core": "3.7.0",
  24. "@ionic-native/splash-screen": "3.7.0",
  25. "@ionic-native/status-bar": "3.7.0",
  26. "@ionic/storage": "2.0.1",
  27. "cordova-android": "^6.2.3",
  28. "cordova-ios": "^4.4.0",
  29. "cordova-plugin-console": "^1.0.5",
  30. "cordova-plugin-device": "^1.1.4",
  31. "cordova-plugin-splashscreen": "^4.0.3",
  32. "cordova-plugin-statusbar": "^2.2.2",
  33. "cordova-plugin-whitelist": "^1.3.1",
  34. "ionic-angular": "3.2.1",
  35. "ionic-plugin-keyboard": "^2.2.1",
  36. "ionicons": "3.0.0",
  37. "rxjs": "5.1.1",
  38. "sw-toolbox": "3.6.0",
  39. "zone.js": "0.8.10"
  40. },
  41. "devDependencies": {
  42. "@ionic/app-scripts": "1.3.7",
  43. "@ionic/cli-plugin-cordova": "1.0.0",
  44. "@ionic/cli-plugin-ionic-angular": "1.0.0",
  45. "typescript": "2.2.1"
  46. },
  47. "description": "An Ionic project",
  48. "cordova": {
  49. "plugins": {
  50. "cordova-plugin-console": {},
  51. "cordova-plugin-device": {},
  52. "cordova-plugin-splashscreen": {},
  53. "cordova-plugin-statusbar": {},
  54. "cordova-plugin-whitelist": {},
  55. "ionic-plugin-keyboard": {}
  56. },
  57. "platforms": [
  58. "android",
  59. "ios"
  60. ]
  61. }
  62. }