From 976e310b20cfba529422f02b5709a01e7f0cb8eb Mon Sep 17 00:00:00 2001 From: winches <329487092@qq.com> Date: Mon, 25 Mar 2024 21:38:48 +0800 Subject: [PATCH] feat: optimize config --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b92de1a..f4d1b4c 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,12 @@ "check:types": "tsc --noEmit", "prepare": "husky install" }, + "dependencies": { + "commander": "11.0.0", + "chalk": "5.3.0", + "gradient-string": "2.0.2", + "prompts": "2.4.2" + }, "devDependencies": { "@commitlint/cli": "17.7.1", "@commitlint/config-conventional": "17.7.0", @@ -57,9 +63,7 @@ "@types/node": "20.6.3", "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", - "chalk": "5.3.0", "clean-package": "2.2.0", - "commander": "11.0.0", "commitlint-plugin-function-rules": "2.0.2", "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", @@ -69,10 +73,8 @@ "eslint-plugin-sort-destructure-keys": "1.5.0", "eslint-plugin-sort-keys-fix": "1.1.2", "eslint-plugin-unused-imports": "3.0.0", - "gradient-string": "2.0.2", "husky": "8.0.3", "lint-staged": "14.0.1", - "prompts": "2.4.2", "tsup": "7.2.0", "typescript": "5.2.2" },