fix(package): 调整依赖项顺序以提高可读性

This commit is contained in:
catlog22
2025-12-08 10:00:42 +08:00
parent 06983a35ad
commit f4299457fb

View File

@@ -24,15 +24,15 @@
"node": ">=16.0.0"
},
"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",
"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": [
"bin/",