feat: ✨ 前端:玩家服务平台和运营管理系统后台初始化及框架搭建,后端:完成基础功能搭建。
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "jge-rs-sl-web",
|
||||
"version": "1.0.0",
|
||||
"description": "梦幻西游一站式运营管理平台",
|
||||
"scripts": {
|
||||
"cz": "git-cz",
|
||||
"commit": "git-cz"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/cz-git",
|
||||
"useConfig": "./.cz-config.js"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitizen": "^4.3.1",
|
||||
"cz-git": "^1.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user