package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.4.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. "angular2-odoo-jsonrpc": "0.0.7",
  24. "angular2-uuid": "^1.1.1",
  25. "app-root-path": "^2.0.1",
  26. "async": "^2.1.5",
  27. "glob": "^7.1.1",
  28. "ionic-angular": "2.0.0",
  29. "ionic-native": "2.4.1",
  30. "ionicons": "3.0.0",
  31. "ng2-validation": "^3.3.0",
  32. "pouchdb": "^6.1.2",
  33. "pouchdb-find": "^0.10.5",
  34. "rxjs": "5.0.0-beta.12",
  35. "sw-toolbox": "3.4.0",
  36. "transform-pouch": "^1.1.3",
  37. "zone.js": "0.6.26"
  38. },
  39. "devDependencies": {
  40. "@ionic/app-scripts": "1.0.0",
  41. "@types/node": "^7.0.5",
  42. "typescript": "2.0.9"
  43. },
  44. "cordovaPlugins": [
  45. "cordova-plugin-whitelist",
  46. "cordova-plugin-console",
  47. "cordova-plugin-statusbar",
  48. "cordova-plugin-device",
  49. "cordova-plugin-splashscreen",
  50. "ionic-plugin-keyboard"
  51. ],
  52. "cordovaPlatforms": [],
  53. "description": "odoo-mobile-v3: An Ionic project"
  54. }