Skip to content

Commit

Permalink
feat(posts): add posts route, add swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed May 14, 2022
1 parent 36c12b3 commit 6d62ee0
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 201 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,30 @@
"author": "David Peng",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/cz-commitlint": "^16.2.4",
"@types/node": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@commitlint/cz-commitlint": "^16.3.0",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"commitizen": "^4.2.4",
"esbuild": "^0.14.38",
"eslint": "^8.14.0",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"inquirer": "^8.2.4",
"json-schema-to-ts": "^2.4.0",
"lint-staged": "^12.4.1",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"standard-version": "^9.3.2",
"typescript": "^4.6.4"
},
"dependencies": {
"@fastify/autoload": "^4.0.0",
"@fastify/sensible": "^4.0.0",
"@fastify/autoload": "^4.0.1",
"@fastify/sensible": "^4.1.0",
"@fastify/swagger": "^6.0.1",
"fastify": "^3.29.0",
"fastify-plugin": "^3.0.1",
"pino-pretty": "^7.6.1"
Expand Down
Loading

0 comments on commit 6d62ee0

Please sign in to comment.