@nocobase/plugin-action-import
Version:
Import records using excel templates. You can configure which fields to import and templates will be generated automatically.
44 lines (43 loc) • 1.48 kB
JSON
{
"name": "@nocobase/plugin-action-import",
"displayName": "Action: Import records",
"displayName.zh-CN": "操作:导入记录",
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
"description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
"version": "1.7.16",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-import",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-import",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/antd-v5": "1.x",
"@formily/core": "2.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@koa/multer": "^3.1.0",
"@types/node-xlsx": "^0.15.1",
"antd": "5.x",
"async-mutex": "^0.5.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"mathjs": "^10.6.0",
"node-xlsx": "^0.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.15.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"peerDependencies": {
"@nocobase/actions": "1.x",
"@nocobase/client": "1.x",
"@nocobase/database": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x",
"@nocobase/utils": "1.x"
},
"gitHead": "5801f904778c4dee6d602e1f4728cc4fa95967a9",
"keywords": [
"Actions"
]
}