package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "ionic-hello-world",
  3. "author": "Ionic Framework",
  4. "homepage": "http://ionicframework.com/",
  5. "private": true,
  6. "scripts": {
  7. "build": "ionic-app-scripts build",
  8. "watch": "ionic-app-scripts watch",
  9. "serve:before": "watch",
  10. "emulate:before": "build",
  11. "deploy:before": "build",
  12. "build:before": "build",
  13. "run:before": "build"
  14. },
  15. "dependencies": {
  16. "@angular/common": "2.1.1",
  17. "@angular/compiler": "2.1.1",
  18. "@angular/compiler-cli": "2.1.1",
  19. "@angular/core": "2.1.1",
  20. "@angular/forms": "2.1.1",
  21. "@angular/http": "2.1.1",
  22. "@angular/platform-browser": "2.1.1",
  23. "@angular/platform-browser-dynamic": "2.1.1",
  24. "@angular/platform-server": "2.1.1",
  25. "@ionic/storage": "1.1.6",
  26. "async": "^2.1.2",
  27. "chart.js": "^2.3.0",
  28. "ionic-angular": "2.0.0-rc.3",
  29. "ionic-native": "2.2.3",
  30. "ionicons": "3.0.0",
  31. "pouchdb": "^6.0.7",
  32. "pouchdb-adapter-cordova-sqlite": "^2.0.0",
  33. "pouchdb-adapter-websql-core": "^6.0.7",
  34. "pouchdb-core": "^6.0.7",
  35. "pouchdb-upsert": "^2.0.2",
  36. "reflect-metadata": "^0.1.8",
  37. "relational-pouch": "^1.4.4",
  38. "rollup-plugin-node-builtins": "^2.0.0",
  39. "rollup-plugin-node-globals": "^1.0.9",
  40. "rxjs": "5.0.0-beta.12",
  41. "zone.js": "0.6.26"
  42. },
  43. "devDependencies": {
  44. "@ionic/app-scripts": "0.0.45",
  45. "typescript": "2.0.6",
  46. "gaze": "^1.1.2",
  47. "ng2-chartjs2": "^1.2.0",
  48. "node-sass": "^3.13.0",
  49. "tsc-wrapper": "^1.0.0",
  50. "zone.js": "^0.6.26"
  51. },
  52. "description": "odoo_mobile: An Ionic project",
  53. "cordovaPlugins": [
  54. "cordova-plugin-device",
  55. "cordova-plugin-console",
  56. "cordova-plugin-whitelist",
  57. "cordova-plugin-splashscreen",
  58. "cordova-plugin-statusbar",
  59. "ionic-plugin-keyboard",
  60. "cordova-plugin-crosswalk-webview"
  61. ],
  62. "cordovaPlatforms": [
  63. "android",
  64. "ios"
  65. ]
  66. }