mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
25 lines
663 B
JSON
25 lines
663 B
JSON
{
|
|
"name": "@nocobase/plugin-ui-routes-storage",
|
|
"displayName": "ui routes storage",
|
|
"displayName.zh-CN": "路由管理",
|
|
"description": "manage the routes of nocobase",
|
|
"description.zh-CN": "管理页面路由。",
|
|
"version": "0.21.0-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"flat-to-nested": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"System & security"
|
|
]
|
|
}
|