package.json 362 B

123456789101112131415161718
  1. {
  2. "name": "hapi",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "@hapi/hapi": "20.1.0",
  7. "@hapi/vision": "6.0.1",
  8. "async": "2.1.5",
  9. "bluebird": "3.4.7",
  10. "handlebars": "4.3.0",
  11. "mongoose": "5.11.15",
  12. "mysql": "2.16.0",
  13. "mysql2": "1.6.5",
  14. "pg": "8.5.1",
  15. "pg-hstore": "2.3.2",
  16. "sequelize": "5.15.1"
  17. }
  18. }