UNPKG

react-uploadify

Version:

`ReactUploadify` is a flexible npm package that simplifies the process of uploading images from a user's device to a web browser. It offers a set of components and utilities to manage image uploads effectively within React applications.

71 lines 1.69 kB
{ "name": "react-uploadify", "author": "Baboucarr Badjie", "version": "0.0.3", "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" } }, "keywords": [ "UI", "npm", "react", "Design", "File", "Upload", "Image" ], "files": [ "/dist" ], "license": "MIT", "bugs": { "url": "https://github.com/babucarr32/react-uploadify.git/issues" }, "homepage": "https://github.com/babucarr32/react-uploadify.git#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "prepare": "npm run build", "preview": "vite preview" }, "dependencies": { "classnames": "^2.3.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jotai": "^2.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.2.1" }, "devDependencies": { "@types/node": "^20.8.10", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "@vitejs/plugin-react-swc": "^3.0.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "^4.9.3", "vite": "^4.0.0", "vite-plugin-dts": "^1.7.1" }, "peerDependencies": { "classnames": "^2.3.2", "jotai": "^2.6.0" } }