plupload-antd-react
Version:
Fragment upload component integrating plupload and antd
24 lines (23 loc) • 587 B
JSON
{
"name": "plupload-antd-react",
"version": "1.1.0",
"description": "Fragment upload component integrating plupload and antd",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "annalee",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.16.13",
"lodash": "^4.17.21",
"plupload": "^2.3.7",
"react": "^17.0.2"
},
"keywords": ["plupload", "react", "antDesign"],
"repository": {
"type": "git",
"url": "https://github.com/shinanaa/antd-plupload.git"
}
}