package.json 657 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "poes",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {},
  7. "keywords": [],
  8. "author": "kusaeni@gmail.com",
  9. "license": "ISC",
  10. "dependencies": {
  11. "bcrypt": "^5.0.1",
  12. "dotenv": "^10.0.0",
  13. "fastify": "^3.21.1",
  14. "fastify-cookie": "^5.3.1",
  15. "fastify-flash": "^2.0.2",
  16. "fastify-formbody": "^5.1.0",
  17. "fastify-helmet": "^5.3.2",
  18. "fastify-secure-session": "^2.3.1",
  19. "fastify-static": "^4.2.3",
  20. "handlebars": "^4.5.0",
  21. "markdown-it": "^12.2.0",
  22. "mongoose": "^6.0.6",
  23. "mongoose-paginate-v2": "^1.4.2",
  24. "pino-pretty": "^7.0.0",
  25. "point-of-view": "^4.15.2"
  26. }
  27. }