UNPKG

react-profile-crop

Version:

A flexible, customizable React component for cropping profile pictures with real-time preview.

47 lines (46 loc) 1.17 kB
{ "name": "react-profile-crop", "version": "1.0.2", "description": "", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "ydixit007", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^18.3.3", "react": "^18.3.1", "rollup": "^4.18.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.6.3", "typescript": "^5.5.3" }, "repository": { "type": "git", "url": "https://github.com/Ydixit007/react-profile-crop.git" }, "keywords": [ "image-crop", "react-image-crop", "profile-crop", "react-profile-image", "react-profile-crop", "crop", "profile-image" ], "dependencies": { "@types/uuid": "^10.0.0", "react-icons": "^5.2.1", "uuid": "^10.0.0" } }