package.json 1.8 KB

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