package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "HybridOSN",
  3. "version": "0.0.1",
  4. "author": "Carsten Porth, TU Darmstadt",
  5. "homepage": "https://www.informatik.tu-darmstadt.de",
  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/secure-storage": "^4.9.0",
  26. "@ionic-native/splash-screen": "4.8.0",
  27. "@ionic-native/status-bar": "4.8.0",
  28. "@ionic/storage": "2.1.3",
  29. "cordova-android": "7.0.0",
  30. "cordova-plugin-browsertab": "^0.2.0",
  31. "cordova-plugin-buildinfo": "^2.0.1",
  32. "cordova-plugin-compat": "^1.2.0",
  33. "cordova-plugin-device": "^2.0.2",
  34. "cordova-plugin-inappbrowser": "^3.0.0",
  35. "cordova-plugin-ionic-keyboard": "^2.1.2",
  36. "cordova-plugin-ionic-webview": "^1.2.1",
  37. "cordova-plugin-secure-storage": "^2.6.8",
  38. "cordova-plugin-splashscreen": "^5.0.2",
  39. "cordova-plugin-whitelist": "^1.3.3",
  40. "cordova-support-android-plugin": "^1.0.1",
  41. "cordova-support-google-services": "^1.2.0",
  42. "cordova-universal-links-plugin": "git+https://github.com/walteram/cordova-universal-links-plugin.git",
  43. "firebase": "^5.2.0",
  44. "ionic-angular": "3.9.2",
  45. "ionicons": "3.0.0",
  46. "javascript-time-ago": "^1.0.31",
  47. "rxjs": "5.5.11",
  48. "sw-toolbox": "3.6.0",
  49. "twit": "^2.2.11",
  50. "zone.js": "0.8.26"
  51. },
  52. "devDependencies": {
  53. "@ionic/app-scripts": "3.1.10",
  54. "typescript": "~2.6.2"
  55. },
  56. "description": "HybridOSN is a Twitter client and a so called Dapp which allows its users to exchange data also via a P2P network using blockchain technology.",
  57. "cordova": {
  58. "plugins": {
  59. "cordova-plugin-secure-storage": {},
  60. "cordova-plugin-whitelist": {},
  61. "cordova-plugin-device": {},
  62. "cordova-plugin-splashscreen": {},
  63. "cordova-plugin-ionic-webview": {},
  64. "cordova-plugin-ionic-keyboard": {},
  65. "cordova-plugin-buildinfo": {},
  66. "cordova-plugin-browsertab": {},
  67. "cordova-plugin-inappbrowser": {},
  68. "cordova-universal-links-plugin": {}
  69. },
  70. "platforms": [
  71. "android"
  72. ]
  73. }
  74. }