mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
26 lines
860 B
JSON
26 lines
860 B
JSON
{
|
|
"name": "@nocobase/plugin-field-sort",
|
|
"version": "2.0.24",
|
|
"license": "Apache-2.0",
|
|
"displayName": "Collection field: Sort",
|
|
"displayName.ru-RU": "Поле коллекции: Сортировка",
|
|
"displayName.zh-CN": "数据表字段:排序",
|
|
"description": "Used to sort the data in a collection.",
|
|
"description.ru-RU": "Используется для сортировки данных в коллекции.",
|
|
"description.zh-CN": "用于对数据表的数据进行排序。",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "2.x",
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/database": "2.x",
|
|
"@nocobase/lock-manager": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x",
|
|
"lodash": "4.17.21",
|
|
"sequelize": "^6.26.0"
|
|
},
|
|
"keywords": [
|
|
"Collection fields"
|
|
]
|
|
}
|