sealday
278da91d16
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1610
16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"name": "@tachybase/plugin-todo-page",
|
|
"version": "0.21.61",
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"antd": "^5.18.3",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
}
|
|
}
|