package.json 1.4 KB

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