package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "hybrid-osn",
  3. "version": "1.0.0",
  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/file": "^4.8.0",
  26. "@ionic-native/file-path": "^4.8.0",
  27. "@ionic-native/photo-viewer": "^4.20.0",
  28. "@ionic-native/secure-storage": "^4.20.0",
  29. "@ionic-native/social-sharing": "^4.20.0",
  30. "@ionic-native/splash-screen": "4.8.0",
  31. "@ionic-native/status-bar": "4.8.0",
  32. "@ionic-native/vibration": "^4.20.0",
  33. "@ionic/storage": "2.1.3",
  34. "@types/twitter-text": "^2.0.0",
  35. "body-parser": "^1.19.0",
  36. "com-sarriaroman-photoviewer": "1.1.18",
  37. "cordova-android": "^7.1.4",
  38. "cordova-plugin-browsertab": "^0.2.0",
  39. "cordova-plugin-buildinfo": "^2.0.3",
  40. "cordova-plugin-compat": "^1.2.0",
  41. "cordova-plugin-device": "^2.0.3",
  42. "cordova-plugin-file": "^2.1.0",
  43. "cordova-plugin-filepath": "^1.5.6",
  44. "cordova-plugin-inappbrowser": "^3.1.0",
  45. "cordova-plugin-ionic-keyboard": "^2.2.0",
  46. "cordova-plugin-ionic-webview": "^1.2.1",
  47. "cordova-plugin-secure-storage": "^2.6.8",
  48. "cordova-plugin-splashscreen": "^5.0.3",
  49. "cordova-plugin-vibration": "3.1.0",
  50. "cordova-plugin-whitelist": "^1.3.4",
  51. "cordova-plugin-x-socialsharing": "5.4.3",
  52. "cordova-support-android-plugin": "^1.0.1",
  53. "cordova-support-google-services": "^1.3.1",
  54. "cordova-universal-links-plugin": "git+https://github.com/walteram/cordova-universal-links-plugin.git",
  55. "core-js": "3.1.3",
  56. "cors": "^2.8.5",
  57. "es6-promise-plugin": "4.2.2",
  58. "express": "^4.17.1",
  59. "firebase": "^5.11.1",
  60. "gun": "^0.9.9999991",
  61. "ionic-angular": "3.9.2",
  62. "ionicons": "3.0.0",
  63. "javascript-time-ago": "^1.0.35",
  64. "morgan": "^1.9.1",
  65. "node-rsa": "^1.0.6",
  66. "rxjs": "5.5.11",
  67. "sw-toolbox": "3.6.0",
  68. "twit": "^2.2.11",
  69. "twitter-text": "^3.0.0",
  70. "zone.js": "0.8.26"
  71. },
  72. "devDependencies": {
  73. "@ionic/app-scripts": "^3.2.4",
  74. "typescript": "^3.6.3",
  75. "cordova-plugin-camera": "^4.1.0",
  76. "cordova-sqlite-storage": "~3.4.0",
  77. "cordova-plugin-statusbar": "^2.4.3"
  78. },
  79. "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.",
  80. "cordova": {
  81. "plugins": {
  82. "cordova-plugin-secure-storage": {},
  83. "cordova-plugin-whitelist": {},
  84. "cordova-plugin-device": {},
  85. "cordova-plugin-splashscreen": {},
  86. "cordova-plugin-ionic-webview": {},
  87. "cordova-plugin-ionic-keyboard": {},
  88. "cordova-plugin-buildinfo": {},
  89. "cordova-plugin-browsertab": {},
  90. "cordova-plugin-inappbrowser": {},
  91. "cordova-universal-links-plugin": {},
  92. "cordova-plugin-file": {},
  93. "cordova-plugin-filepath": {},
  94. "cordova-plugin-vibration": {},
  95. "cordova-plugin-x-socialsharing": {
  96. "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
  97. },
  98. "com-sarriaroman-photoviewer": {},
  99. "cordova-plugin-compat": {},
  100. "cordova-plugin-camera": {},
  101. "cordova-sqlite-storage": {},
  102. "cordova-plugin-statusbar": {}
  103. },
  104. "platforms": [
  105. "android"
  106. ]
  107. }
  108. }