forgeplus-react/node_modules/react-cropper/package.json

143 lines
4.0 KiB
JSON

{
"_args": [
[
"react-cropper@2.3.3",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-cropper@2.3.3",
"_id": "react-cropper@2.3.3",
"_inBundle": false,
"_integrity": "sha512-zghiEYkUb41kqtu+2jpX2Ntigf+Jj1dF9ew4lAobPzI2adaPE31z0p+5TcWngK6TvmWQUwK3lj4G+NDh1PDQ1w==",
"_location": "/react-cropper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-cropper@2.3.3",
"name": "react-cropper",
"escapedName": "react-cropper",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-cropper/-/react-cropper-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Fong Kuanghuei",
"email": "waneblade@gmail.com"
},
"bugs": {
"url": "https://github.com/react-cropper/react-cropper/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"cropperjs": "^1.5.13"
},
"description": "Cropper as React Component",
"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"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"package.json"
],
"homepage": "https://github.com/react-cropper/react-cropper/",
"keywords": [
"react",
"react-component",
"cropper",
"image",
"cropperjs"
],
"license": "MIT",
"main": "dist/react-cropper.umd.js",
"maintainers": [
{
"name": "Shubhendu Shekhar",
"email": "connect@shubhendu.de"
}
],
"module": "dist/react-cropper.es.js",
"name": "react-cropper",
"peerDependencies": {
"react": ">=17.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-cropper/react-cropper.git"
},
"scripts": {
"build": "yarn clean && rollup --config rollup.config.mjs",
"clean": "rimraf dist",
"commit": "git-cz",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./example",
"prepublishOnly": "yarn build",
"release": "np",
"start": "rollup --config rollup.config.dev.mjs -w",
"test": "jest --coverage --forceExit"
},
"typings": "dist/index.d.ts",
"version": "2.3.3"
}