package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "pouchdb": "^6.1.2",
  31. "pouchdb-find": "^0.10.5",
  32. "rxjs": "5.0.1",
  33. "sw-toolbox": "3.4.0",
  34. "zone.js": "0.7.2"
  35. },
  36. "devDependencies": {
  37. "@ionic/app-scripts": "1.1.4",
  38. "typescript": "2.0.9"
  39. },
  40. "cordovaPlugins": [
  41. "cordova-plugin-console",
  42. "cordova-plugin-statusbar",
  43. "cordova-plugin-whitelist",
  44. "cordova-plugin-device",
  45. "cordova-plugin-splashscreen",
  46. "ionic-plugin-keyboard"
  47. ],
  48. "cordovaPlatforms": [],
  49. "description": "myApp: An Ionic project"
  50. }