mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
replace commander with brocli, update inquirer and add biome
This commit is contained in:
12
package.json
12
package.json
@@ -18,19 +18,19 @@
|
||||
"templates"
|
||||
],
|
||||
"dependencies": {
|
||||
"@drizzle-team/brocli": "^0.11.0",
|
||||
"@inquirer/prompts": "^7.3.1",
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^11.1.0",
|
||||
"inquirer": "^9.2.12",
|
||||
"ora": "^7.0.1",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.2.0"
|
||||
"fs-extra": "^11.2.0",
|
||||
"ora": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@types/inquirer": "^9.0.7",
|
||||
"@types/node": "^20.10.5",
|
||||
"tsup": "^8.0.1",
|
||||
"typescript": "^5.3.3",
|
||||
"vitest": "^1.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user