加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Ttou 提交于 2024-06-22 23:02 . refactor(custom): 完善代码
{
"name": "nest-restful-fullstack-template",
"author": "WangRuiJin <1361572192@qq.com>",
"repository": "git@gitee.com:jh_shot/nest-restful-fullstack-template.git",
"license": "MulanPSL2",
"scripts": {
"test": "echo \"Error: run tests by scripts\" && exit 1",
"scripts": "pnpm -C scripts start",
"commit": "git add . && git cz",
"preinstall": "npx only-allow pnpm",
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"axios": "1.7.2",
"lodash-unified": "1.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^18.19.37",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vue/eslint-config-typescript": "^13.0.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"cz-customizable": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.26.0",
"globby": "^14.0.1",
"openapi-typescript": "^6.7.6",
"prettier": "^3.3.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"wait-port": "^1.1.0"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"simple-git-hooks": {
"commit-msg": "pnpx commitlint --edit $1"
},
"engines": {
"node": ">= 18.0.0",
"pnpm": ">= 8.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化