react-custom-fileupload-ks
Version:
A modern, customizable file upload component for React applications with progress tracking and drag-n-drop support.
72 lines (71 loc) • 1.78 kB
JSON
{
"name": "react-custom-fileupload-ks",
"version": "1.0.5",
"private": false,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "npm run build",
"publish": "npm run build && npm publish --access public"
},
"dependencies": {
"lucide-react": "^0.284.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.5.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"keywords": [
"file-upload",
"multi-file-upload",
"image-upload",
"photo-upload",
"document-upload",
"audio-upload",
"video-upload",
"file-uploader",
"drag-and-drop",
"react-file-upload",
"multipart-upload",
"typescript",
"frontend-upload",
"react-component",
"file-management"
],
"author": "Sankarkumar K",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sankarkumark34/react-custom-fileUpload.git"
},
"bugs": {
"url": "https://github.com/sankarkumark34/react-custom-fileUpload/issues"
},
"homepage": "https://github.com/sankarkumark34/react-custom-fileUpload#readme"
}