a spring boot ionic simple app

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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": "5.0.3",
  16. "@angular/compiler": "5.0.3",
  17. "@angular/compiler-cli": "5.0.3",
  18. "@angular/core": "5.0.3",
  19. "@angular/forms": "5.0.3",
  20. "@angular/http": "5.0.3",
  21. "@angular/platform-browser": "5.0.3",
  22. "@angular/platform-browser-dynamic": "5.0.3",
  23. "@ionic-native/core": "4.4.0",
  24. "@ionic-native/splash-screen": "4.4.0",
  25. "@ionic-native/status-bar": "4.4.0",
  26. "@ionic/storage": "2.1.3",
  27. "cordova-android": "7.0.0",
  28. "cordova-ios": "4.5.4",
  29. "cordova-plugin-device": "^2.0.1",
  30. "cordova-plugin-ionic-keyboard": "^2.0.5",
  31. "cordova-plugin-ionic-webview": "^1.1.16",
  32. "cordova-plugin-splashscreen": "^5.0.2",
  33. "cordova-plugin-whitelist": "^1.3.3",
  34. "ionic-angular": "3.9.2",
  35. "ionicons": "3.0.0",
  36. "rxjs": "5.5.2",
  37. "sw-toolbox": "3.6.0",
  38. "zone.js": "0.8.18"
  39. },
  40. "devDependencies": {
  41. "@ionic/app-scripts": "3.1.8",
  42. "typescript": "2.4.2"
  43. },
  44. "description": "An Ionic project",
  45. "cordova": {
  46. "plugins": {
  47. "cordova-plugin-whitelist": {},
  48. "cordova-plugin-device": {},
  49. "cordova-plugin-splashscreen": {},
  50. "cordova-plugin-ionic-webview": {},
  51. "cordova-plugin-ionic-keyboard": {}
  52. },
  53. "platforms": [
  54. "ios",
  55. "android"
  56. ]
  57. }
  58. }