12345678910111213141516171819202122232425262728 |
- {
- "name": "poes",
- "version": "1.0.1",
- "description": "",
- "main": "index.js",
- "scripts": {},
- "keywords": [],
- "author": "kusaeni@gmail.com",
- "license": "ISC",
- "dependencies": {
- "bcrypt": "^5.0.1",
- "dotenv": "^10.0.0",
- "fastify": "^3.21.1",
- "fastify-cookie": "^5.3.1",
- "fastify-flash": "^2.0.2",
- "fastify-formbody": "^5.1.0",
- "fastify-helmet": "^5.3.2",
- "fastify-secure-session": "^2.3.1",
- "fastify-static": "^4.2.3",
- "handlebars": "^4.5.0",
- "markdown-it": "^12.2.0",
- "mongoose": "^6.0.6",
- "mongoose-paginate-v2": "^1.4.2",
- "pino-pretty": "^7.0.0",
- "point-of-view": "^4.15.2"
- }
- }
|