NetAdmin/package.json
tk 779d8e511a feat: 查询过滤器保存
页面定时刷新
WebSocket断线自动重连
2024-08-13 11:34:28 +08:00

14 lines
244 B
JSON

{
"version": "1.6.0",
"devDependencies": {
"cz-git": "^1.9.4",
"commitizen": "^4.3.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}