mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
dfb940e091
* feat: node >= 18 * fix: release version * chore(versions): test publish packages xxx * fix: gitignore
22 lines
618 B
JSON
22 lines
618 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.16.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": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|