package.json 1.5 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.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. "font-awesome": "^4.7.0",
  28. "ionic-angular": "2.3.0",
  29. "ionicons": "3.0.0",
  30. "moment": "^2.18.1",
  31. "pouchdb": "^6.1.2",
  32. "pouchdb-find": "^0.10.5",
  33. "rxjs": "5.0.1",
  34. "slugid": "^1.1.0",
  35. "sw-toolbox": "3.4.0",
  36. "zone.js": "0.7.2"
  37. },
  38. "devDependencies": {
  39. "@ionic/app-scripts": "1.1.4",
  40. "typescript": "2.0.9"
  41. },
  42. "cordovaPlugins": [
  43. "cordova-plugin-console",
  44. "cordova-plugin-statusbar",
  45. "cordova-plugin-whitelist",
  46. "cordova-plugin-device",
  47. "cordova-plugin-splashscreen",
  48. "ionic-plugin-keyboard"
  49. ],
  50. "cordovaPlatforms": [],
  51. "description": "myApp: An Ionic project"
  52. }