package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "ionic-hello-world",
  3. "author": "Ionic Framework",
  4. "homepage": "http://ionicframework.com/",
  5. "private": true,
  6. "scripts": {
  7. "build": "ionic-app-scripts build",
  8. "watch": "ionic-app-scripts watch",
  9. "serve:before": "watch",
  10. "emulate:before": "build",
  11. "deploy:before": "build",
  12. "build:before": "build",
  13. "run:before": "build"
  14. },
  15. "dependencies": {
  16. "@ionic/storage": "^1.0.3",
  17. "async": "^2.1.2",
  18. "chart.js": "^2.3.0",
  19. "ionic-angular": "^2.0.0-rc.0",
  20. "ionic-native": "^2.0.3",
  21. "ionicons": "^3.0.0",
  22. "pouchdb": "^6.0.6",
  23. "pouchdb-node": "^6.0.6",
  24. "relational-pouch": "^1.4.4",
  25. "rollup-plugin-node-builtins": "^2.0.0",
  26. "rollup-plugin-node-globals": "^1.0.9"
  27. },
  28. "devDependencies": {
  29. "@ionic/app-scripts": "^0.0.23",
  30. "ng2-chartjs2": "^1.2.0",
  31. "typescript": "^2.0.3"
  32. },
  33. "description": "odoo_mobile: An Ionic project",
  34. "cordovaPlugins": [
  35. "cordova-plugin-device",
  36. "cordova-plugin-console",
  37. "cordova-plugin-whitelist",
  38. "cordova-plugin-splashscreen",
  39. "cordova-plugin-statusbar",
  40. "ionic-plugin-keyboard"
  41. ],
  42. "cordovaPlatforms": []
  43. }