@ihatecode/react-file-picker
Version:
A file picker component written in React.
28 lines • 600 B
JSON
{
"name": "@ihatecode/react-file-picker",
"version": "1.0.2",
"description": "A file picker component written in React.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/zctcode/react-file-picker.git"
},
"scripts": {},
"keywords": [
"ihatecode",
"react",
"file-picker",
"react-file-picker"
],
"author": "ChuTao Zhang",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"react": "^18.2.0",
"classnames": "^2.3.2"
},
"devDependencies": {}
}