2022-02-11 07:16:00 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-ui-routes-storage",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "ui routes storage",
|
|
|
|
"displayName.zh-CN": "路由管理",
|
|
|
|
"description": "manage the routes of nocobase",
|
|
|
|
"description.zh-CN": "管理页面路由。",
|
2023-10-07 07:53:49 +00:00
|
|
|
"version": "0.14.0-alpha.7",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2022-02-11 07:16:00 +00:00
|
|
|
"flat-to-nested": "^1.1.1"
|
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
2022-02-11 07:16:00 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-02-11 07:16:00 +00:00
|
|
|
}
|