UNPKG

react-cropper

Version:
109 lines (108 loc) 3.58 kB
{ "name": "react-cropper", "version": "2.3.3", "description": "Cropper as React Component", "main": "dist/react-cropper.umd.js", "module": "dist/react-cropper.es.js", "typings": "dist/index.d.ts", "files": [ "dist", "src", "LICENSE", "README.md", "package.json" ], "scripts": { "test": "jest --coverage --forceExit", "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./example", "build": "yarn clean && rollup --config rollup.config.mjs", "start": "rollup --config rollup.config.dev.mjs -w", "clean": "rimraf dist", "prepublishOnly": "yarn build", "commit": "git-cz", "release": "np" }, "author": "Fong Kuanghuei <waneblade@gmail.com>", "maintainers": [ "Shubhendu Shekhar <connect@shubhendu.de>" ], "homepage": "https://github.com/react-cropper/react-cropper/", "bugs": { "url": "https://github.com/react-cropper/react-cropper/issues" }, "keywords": [ "react", "react-component", "cropper", "image", "cropperjs" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-cropper/react-cropper.git" }, "dependencies": { "cropperjs": "^1.5.13" }, "peerDependencies": { "react": ">=17.0.2" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-object-assign": "^7.18.6", "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/runtime": "^7.21.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/jest": "^29.4.0", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "acorn-jsx": "^5.3.2", "babel-jest": "^29.5.0", "babel-preset-react-app": "^10.0.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.35.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "np": "^7.6.3", "postcss": "^8.4.21", "prettier": "2.8.4", "react": "^18.2.0", "react-app-polyfill": "^3.0.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^4.4.0", "rollup": "^3.19.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^5.2.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-serve": "^2.0.2", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }