mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-19 21:02:49 +08:00

* chore: 🔨 css 基础单位 [skip ci] * fix: 🐛 ca2263 System.Enum.GetValues<TEnum>() [skip ci] * feat: ✨ 前端表格高级筛选 [skip ci]
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"cz-git": "^1.9.1",
|
|
"commitizen": "^4.3.0",
|
|
"prettier": "^3.2.5",
|
|
"standard-version": "^9.5.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
} |