文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息文件信息

Signed-off-by: cuidongdong <515783741@qq.com>
This commit is contained in:
cuidongdong 2024-07-02 13:46:29 +08:00
parent 63741cfcc4
commit 6787ba1ca4
1 changed files with 44 additions and 0 deletions

44
package.json Normal file
View File

@ -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"
}
}
}