package.json 2.9 KB

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