package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "meBarista",
  3. "author": "Digital Things",
  4. "homepage": "https://mecoffee.nl/",
  5. "private": true,
  6. "scripts": {
  7. "clean": "ionic-app-scripts clean",
  8. "build": "ionic-app-scripts build",
  9. "ionic:build": "ionic-app-scripts build",
  10. "ionic:serve": "ionic-app-scripts serve"
  11. },
  12. "dependencies": {
  13. "@angular/common": "2.4.8",
  14. "@angular/compiler": "2.4.8",
  15. "@angular/compiler-cli": "2.4.8",
  16. "@angular/core": "2.4.8",
  17. "@angular/forms": "2.4.8",
  18. "@angular/http": "2.4.8",
  19. "@angular/platform-browser": "2.4.8",
  20. "@angular/platform-browser-dynamic": "2.4.8",
  21. "@angular/platform-server": "2.4.8",
  22. "@ionic-native/ble": "^3.4.4",
  23. "@ionic-native/bluetooth-serial": "^3.4.4",
  24. "@ionic-native/core": "^3.6.1",
  25. "@ionic-native/file": "^3.6.1",
  26. "@ionic-native/in-app-browser": "^3.14.0",
  27. "@ionic-native/splash-screen": "3.1.0",
  28. "@ionic-native/status-bar": "3.1.0",
  29. "@ionic/storage": "2.0.0",
  30. "bindings": "^1.2.1",
  31. "buffer": "^5.0.6",
  32. "chart.js": "^2.5.0",
  33. "ionic-angular": "2.3.0",
  34. "ionicons": "3.0.0",
  35. "rxjs": "5.0.1",
  36. "svg-gauge": "^1.0.2",
  37. "sw-toolbox": "3.4.0",
  38. "types": "^0.1.1",
  39. "typings": "^2.1.1",
  40. "zone.js": "0.7.2"
  41. },
  42. "devDependencies": {
  43. "@ionic/app-scripts": "1.1.4",
  44. "typescript": "2.0.9"
  45. },
  46. "cordovaPlugins": [
  47. "cordova-plugin-statusbar",
  48. "cordova-plugin-console",
  49. "cordova-plugin-device",
  50. "cordova-plugin-whitelist",
  51. "cordova-plugin-splashscreen",
  52. "ionic-plugin-keyboard",
  53. "cordova-plugin-bluetooth-serial"
  54. ],
  55. "cordovaPlatforms": [
  56. ],
  57. "description": "meBarista, the App to control meCoffee"
  58. }