package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "LIOTMobileWeb",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  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. "start": "node index.js"
  14. },
  15. "dependencies": {
  16. "@angular/common": "4.4.3",
  17. "@angular/compiler": "^4.4.3",
  18. "@angular/compiler-cli": "^4.4.3",
  19. "@angular/core": "^4.4.3",
  20. "@angular/forms": "4.4.3",
  21. "@angular/http": "4.4.3",
  22. "@angular/platform-browser": "4.4.3",
  23. "@angular/platform-browser-dynamic": "4.4.3",
  24. "@angular/tsc-wrapped": "^4.4.6",
  25. "@ionic-native/core": "4.3.0",
  26. "@ionic-native/splash-screen": "^4.3.0",
  27. "@ionic-native/status-bar": "^4.3.0",
  28. "@ionic/storage": "2.0.1",
  29. "cordova": "^9.0.0",
  30. "cordova-android": "^6.3.0",
  31. "cordova-browser": "~5.0.2",
  32. "cordova-plugin-compat": "^1.2.0",
  33. "cordova-plugin-device": "^1.1.4",
  34. "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git",
  35. "cordova-plugin-ionic-webview": "^1.1.15",
  36. "cordova-plugin-splashscreen": "^4.0.3",
  37. "cordova-plugin-whitelist": "^1.3.1",
  38. "ionic": "^5.4.16",
  39. "ionic-angular": "^3.7.1",
  40. "ionic-plugin-keyboard": "^2.2.1",
  41. "ionicons": "3.0.0",
  42. "rxjs": "5.4.3",
  43. "string-width": "^5.1.2",
  44. "sw-toolbox": "3.6.0",
  45. "zone.js": "0.8.18"
  46. },
  47. "devDependencies": {
  48. "@ionic/app-scripts": "^3.2.4",
  49. "node-sass": "^4.14.1",
  50. "typescript": "2.3.4"
  51. },
  52. "description": "An Ionic project",
  53. "cordova": {
  54. "plugins": {
  55. "cordova-plugin-file": {},
  56. "ionic-plugin-keyboard": {},
  57. "cordova-plugin-whitelist": {},
  58. "cordova-plugin-device": {},
  59. "cordova-plugin-splashscreen": {},
  60. "cordova-plugin-ionic-webview": {}
  61. },
  62. "platforms": [
  63. "android",
  64. "browser"
  65. ]
  66. }
  67. }