15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"name": "blog-server",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@fastify/cors": "^8.0.0",
|
|
"@fastify/jwt": "^7.0.0",
|
|
"@fastify/multipart": "^7.0.0",
|
|
"@fastify/static": "^6.0.0",
|
|
"bcrypt": "^5.0.1",
|
|
"fastify": "^4.0.0",
|
|
"marked": "^4.0.0",
|
|
"pg": "^8.7.1",
|
|
"slugify": "^1.6.0"
|
|
}
|
|
} |