Skip to content

Commit

Permalink
feat: start on interactive-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 18, 2024
1 parent b898fa6 commit 627e26a
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 28 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@
"prepare": "lefthook install"
},
"dependencies": {
"@inquirer/prompts": "^5.1.2",
"chalk": "5.3.0",
"commander": "12.1.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"handlebars": "4.7.8",
"ignore": "5.3.1",
"inquirer": "10.0.1",
"inquirer": "9.2.10",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"isbinaryfile": "5.0.2",
"ora": "8.0.1",
"piscina": "4.6.1",
Expand All @@ -67,6 +69,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "20.14.10",
"@types/strip-comments": "2.0.4",
"@vitest/coverage-v8": "2.0.2",
Expand Down
Loading

0 comments on commit 627e26a

Please sign in to comment.