mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:46:36 +00:00
33 lines
839 B
JSON
33 lines
839 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.11.1-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"flat-to-nested": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/actions": "0.11.1-alpha.2",
|
|
"@nocobase/client": "0.11.1-alpha.2",
|
|
"@nocobase/database": "0.11.1-alpha.2",
|
|
"@nocobase/server": "0.11.1-alpha.2",
|
|
"@nocobase/test": "0.11.1-alpha.2"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|