package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "ionic-angular": "^2.0.0-rc.0",
  18. "ionic-native": "^2.0.3",
  19. "ionicons": "^3.0.0",
  20. "pouchdb": "^6.0.6",
  21. "pouchdb-node": "^6.0.6",
  22. "relational-pouch": "^1.4.4",
  23. "rollup-plugin-node-builtins": "^2.0.0",
  24. "rollup-plugin-node-globals": "^1.0.9"
  25. },
  26. "devDependencies": {
  27. "@ionic/app-scripts": "^0.0.23",
  28. "typescript": "^2.0.3"
  29. },
  30. "description": "odoo_mobile: An Ionic project",
  31. "cordovaPlugins": [
  32. "cordova-plugin-device",
  33. "cordova-plugin-console",
  34. "cordova-plugin-whitelist",
  35. "cordova-plugin-splashscreen",
  36. "cordova-plugin-statusbar",
  37. "ionic-plugin-keyboard"
  38. ],
  39. "cordovaPlatforms": []
  40. }