mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 08:23:26 +00:00
web server setup
This commit is contained in:
11
package.json
11
package.json
@@ -23,10 +23,21 @@
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"prettier": "^3.0.2",
|
||||
"rimraf": "^5.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-alias": "^1.8.7",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^8.3.0",
|
||||
"fastify": "^4.21.0",
|
||||
"fastify-type-provider-zod": "^1.1.9",
|
||||
"neat-config": "^2.0.0",
|
||||
"type-fest": "^4.2.0",
|
||||
"winston": "^3.10.0",
|
||||
"winston-console-format": "^1.0.8",
|
||||
"zod": "^3.22.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user