mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:31:15 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@nocobase/plugin-import",
|
|
"displayName": "import",
|
|
"displayName.zh-CN": "导入",
|
|
"description": "import data.",
|
|
"description.zh-CN": "导入数据。",
|
|
"version": "0.11.0-alpha.1",
|
|
"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": {
|
|
"@koa/multer": "^3.0.2",
|
|
"@types/node-xlsx": "^0.15.1",
|
|
"file-saver": "^2.0.5",
|
|
"mathjs": "^10.6.0",
|
|
"node-xlsx": "^0.16.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@formily/antd-v5": "1.1.0-beta.4",
|
|
"@formily/core": "2.2.26",
|
|
"@formily/react": "2.2.26",
|
|
"@formily/shared": "2.2.26",
|
|
"@nocobase/actions": "0.11.0-alpha.1",
|
|
"@nocobase/client": "0.11.0-alpha.1",
|
|
"@nocobase/database": "0.11.0-alpha.1",
|
|
"@nocobase/server": "0.11.0-alpha.1",
|
|
"@nocobase/test": "0.11.0-alpha.1",
|
|
"@nocobase/utils": "0.11.0-alpha.1",
|
|
"antd": "^5.6.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|