mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
fix(package): 调整依赖项顺序以提高可读性
This commit is contained in:
@@ -24,15 +24,15 @@
|
|||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^11.0.0",
|
|
||||||
"open": "^9.1.0",
|
|
||||||
"chalk": "^5.3.0",
|
|
||||||
"glob": "^10.3.0",
|
|
||||||
"inquirer": "^9.2.0",
|
|
||||||
"ora": "^7.0.0",
|
|
||||||
"figlet": "^1.7.0",
|
|
||||||
"boxen": "^7.1.0",
|
"boxen": "^7.1.0",
|
||||||
"gradient-string": "^2.0.2"
|
"chalk": "^5.3.0",
|
||||||
|
"commander": "^11.0.0",
|
||||||
|
"figlet": "^1.7.0",
|
||||||
|
"glob": "^10.3.0",
|
||||||
|
"gradient-string": "^2.0.2",
|
||||||
|
"inquirer": "^9.2.0",
|
||||||
|
"open": "^9.1.0",
|
||||||
|
"ora": "^7.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin/",
|
"bin/",
|
||||||
|
|||||||
Reference in New Issue
Block a user