Skip to content

Commit

Permalink
feat: 🚀 added Build components according to description (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
xun082 committed Jun 23, 2024
1 parent ac81078 commit 2a7d122
Show file tree
Hide file tree
Showing 8 changed files with 408 additions and 27 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"axios": "^1.7.2",
"commander": "^12.1.0",
"fs-extra": "^11.2.0"
"fs-extra": "^11.2.0",
"marked": "^13.0.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
Expand Down
Loading

0 comments on commit 2a7d122

Please sign in to comment.