package.json 360 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": "8.9.5",
  12. "mysql": "2.16.0",
  13. "mysql2": "3.9.8",
  14. "pg": "8.5.1",
  15. "pg-hstore": "2.3.2",
  16. "sequelize": "6.29.0"
  17. }
  18. }