package.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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/photo-viewer": "^4.18.0",
  26. "@ionic-native/secure-storage": "^4.18.0",
  27. "@ionic-native/social-sharing": "^4.18.0",
  28. "@ionic-native/splash-screen": "4.8.0",
  29. "@ionic-native/status-bar": "4.8.0",
  30. "@ionic-native/vibration": "^4.8.0",
  31. "@ionic/storage": "2.1.3",
  32. "@types/twitter-text": "^2.0.0",
  33. "com-sarriaroman-photoviewer": "1.1.18",
  34. "cordova-android": "^7.1.4",
  35. "cordova-plugin-browsertab": "^0.2.0",
  36. "cordova-plugin-buildinfo": "^2.0.2",
  37. "cordova-plugin-compat": "^1.2.0",
  38. "cordova-plugin-device": "^2.0.2",
  39. "cordova-plugin-inappbrowser": "^3.0.0",
  40. "cordova-plugin-ionic-keyboard": "^2.1.3",
  41. "cordova-plugin-ionic-webview": "^1.2.1",
  42. "cordova-plugin-secure-storage": "^2.6.8",
  43. "cordova-plugin-splashscreen": "^5.0.2",
  44. "cordova-plugin-vibration": "3.1.0",
  45. "cordova-plugin-whitelist": "^1.3.3",
  46. "cordova-plugin-x-socialsharing": "5.4.3",
  47. "cordova-support-android-plugin": "^1.0.1",
  48. "cordova-support-google-services": "^1.2.1",
  49. "cordova-universal-links-plugin": "git+https://github.com/walteram/cordova-universal-links-plugin.git",
  50. "es6-promise-plugin": "4.2.2",
  51. "firebase": "^5.7.1",
  52. "gun": "^0.9.9999991",
  53. "ionic-angular": "3.9.2",
  54. "ionicons": "3.0.0",
  55. "javascript-time-ago": "^1.0.34",
  56. "node-gyp": "^3.8.0",
  57. "node-rsa": "^1.0.2",
  58. "openpgp": "^4.7.2",
  59. "rxjs": "5.5.11",
  60. "sw-toolbox": "3.6.0",
  61. "twit": "^2.2.11",
  62. "twitter-text": "^3.0.0",
  63. "zone.js": "0.8.26"
  64. },
  65. "devDependencies": {
  66. "@ionic/app-scripts": "^3.2.1",
  67. "typescript": "~2.6.2"
  68. },
  69. "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.",
  70. "cordova": {
  71. "plugins": {
  72. "cordova-plugin-secure-storage": {},
  73. "cordova-plugin-whitelist": {},
  74. "cordova-plugin-device": {},
  75. "cordova-plugin-splashscreen": {},
  76. "cordova-plugin-ionic-webview": {},
  77. "cordova-plugin-ionic-keyboard": {},
  78. "cordova-plugin-buildinfo": {},
  79. "cordova-plugin-browsertab": {},
  80. "cordova-plugin-inappbrowser": {},
  81. "cordova-universal-links-plugin": {},
  82. "cordova-plugin-x-socialsharing": {
  83. "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
  84. },
  85. "com-sarriaroman-photoviewer": {},
  86. "cordova-plugin-vibration": {}
  87. },
  88. "platforms": [
  89. "android"
  90. ]
  91. }
  92. }