From 6787ba1ca41248c19a5a443c4c34192867855e0d Mon Sep 17 00:00:00 2001 From: cuidongdong <515783741@qq.com> Date: Tue, 2 Jul 2024 13:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuidongdong <515783741@qq.com> --- package.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0487784 --- /dev/null +++ b/package.json @@ -0,0 +1,44 @@ +{ + "name": "heros-portal-monorepo", + "version": "1.0.0", + "description": "", + "main": "index.js", + "private": true, + "scripts": { + "yx": "pnpm --filter heros-portal-manager", + "pt": "pnpm --filter heros-portal-console", + "uc": "pnpm --filter heros-portal-usercenter", + "as": "pnpm --filter heros-portal-modelhub", + "prepare": "husky install", + "changeset": "changeset" + }, + "lint-staged": { + "*.{vue,js,ts}": "eslint --fix" + }, + "keywords": [], + "author": "ganwang@leinao.ai", + "license": "ISC", + "devDependencies": { + "@changesets/cli": "^2.27.1", + "@commitlint/cli": "^17.6.1", + "@commitlint/config-conventional": "^17.6.1", + "@types/node": "^20.8.10", + "cz-conventional-changelog": "^3.3.0", + "cz-customizable": "^7.0.0", + "eslint": "^8.52.0", + "eslint-config-custom": "workspace:*", + "eslint-config-prettier": "^8.10.0", + "eslint-plugin-prettier": "^5.0.1", + "husky": "^8.0.0", + "lint-staged": "^15.2.0", + "prettier": "^3.0.3", + "prettier-plugin-tailwindcss": "^0.5.6", + "turbo": "^1.10.16", + "typescript": "^5.2.2" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-customizable" + } + } +}