package.json 902 B

1234567891011121314151617181920212223242526272829303132333435
  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. },
  21. "devDependencies": {
  22. "@ionic/app-scripts": "^0.0.23",
  23. "typescript": "^2.0.3"
  24. },
  25. "description": "odoo_mobile: An Ionic project",
  26. "cordovaPlugins": [
  27. "cordova-plugin-device",
  28. "cordova-plugin-console",
  29. "cordova-plugin-whitelist",
  30. "cordova-plugin-splashscreen",
  31. "cordova-plugin-statusbar",
  32. "ionic-plugin-keyboard"
  33. ],
  34. "cordovaPlatforms": []
  35. }