UNPKG

sirv-uploader-lib

Version:

Reusable React component to upload files to Sirv.com

64 lines (63 loc) 1.48 kB
{ "name": "sirv-uploader-lib", "version": "1.0.49", "description": "Reusable React component to upload files to Sirv.com", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "keywords": [ "sirv", "file-upload", "react", "component", "nextjs" ], "author": "Mainor Aguilar <mainor@savvly.com> (https://nor01.com)", "license": "MIT", "scripts": { "build": "tsup" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19", "tailwindcss": "^3 || ^4" }, "devDependencies": { "@types/react": "^19.1.9", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^4.1.11", "tsup": "^8.5.0", "typescript": "^5.0.0" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "dependencies": { "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-progress": "^1.1.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.537.0", "react-dropzone": "^14.3.8", "react-hot-toast": "^2.5.2", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", "uuid": "^11.1.0" } }