UNPKG

react-muntaha-uploader

Version:

A flexible, feature-rich React hook for robust file uploads with drag-and-drop, folder support, validation, progress tracking, abort, and more.

54 lines (53 loc) 1.38 kB
{ "name": "react-muntaha-uploader", "version": "3.0.9", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts,.tsx", "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/jsdev-robin/ReactMuntahaUploader.git" }, "author": "jsdev.robin@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/jsdev-robin/ReactMuntahaUploader/issues" }, "homepage": "https://github.com/jsdev-robin/ReactMuntahaUploader#readme", "description": "", "keywords": [ "react", "uploader", "file-upload", "typescript", "react-component", "file-management" ], "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.25.9", "@babel/preset-typescript": "^7.26.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.15.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "typescript": "^5.6.3" } }