replace chalk with picocolors

This commit is contained in:
Aman Varshney
2025-02-15 03:29:32 +05:30
parent 75d6255d21
commit f98216e642
8 changed files with 76 additions and 80 deletions

View File

@@ -19,12 +19,12 @@
"files": ["dist", "templates"],
"dependencies": {
"@clack/prompts": "^0.10.0",
"chalk": "^5.3.0",
"commander": "^13.1.0",
"degit": "^2.8.4",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"gradient-string": "^3.0.0"
"gradient-string": "^3.0.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/degit": "^2.8.6",