package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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.8",
  14. "@angular/compiler": "2.4.8",
  15. "@angular/compiler-cli": "2.4.8",
  16. "@angular/core": "2.4.8",
  17. "@angular/forms": "2.4.8",
  18. "@angular/http": "2.4.8",
  19. "@angular/platform-browser": "2.4.8",
  20. "@angular/platform-browser-dynamic": "2.4.8",
  21. "@angular/platform-server": "2.4.8",
  22. "@ionic-native/core": "3.1.0",
  23. "@ionic-native/splash-screen": "3.1.0",
  24. "@ionic-native/status-bar": "3.1.0",
  25. "@ionic/storage": "2.0.0",
  26. "angular2-odoo-jsonrpc": "0.0.7",
  27. "ionic-angular": "2.3.0",
  28. "ionicons": "3.0.0",
  29. "pouchdb": "^6.1.2",
  30. "pouchdb-find": "^0.10.5",
  31. "rxjs": "5.0.1",
  32. "sw-toolbox": "3.4.0",
  33. "zone.js": "0.7.2"
  34. },
  35. "devDependencies": {
  36. "@ionic/app-scripts": "1.1.4",
  37. "typescript": "2.0.9"
  38. },
  39. "cordovaPlugins": [
  40. "cordova-plugin-console",
  41. "cordova-plugin-statusbar",
  42. "cordova-plugin-whitelist",
  43. "cordova-plugin-device",
  44. "cordova-plugin-splashscreen",
  45. "ionic-plugin-keyboard"
  46. ],
  47. "cordovaPlatforms": [],
  48. "description": "myApp: An Ionic project"
  49. }