Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
{
|
|
"name": "react-image-crop",
|
|
"version": "10.1.8",
|
|
"description": "A responsive image cropping tool for React",
|
|
"repository": "https://github.com/DominicTobias/react-image-crop",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"main": "./dist/index.umd.cjs",
|
|
"module": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.umd.cjs"
|
|
},
|
|
"./dist/ReactCrop.css": "./dist/ReactCrop.css",
|
|
"./src/ReactCrop.scss": "./src/ReactCrop.scss",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"browserslist": "last 3 versions, not IE > 0",
|
|
"style": "dist/ReactCrop.css",
|
|
"author": "Dominic Tobias (https://github.com/DominicTobias/)",
|
|
"keywords": [
|
|
"react",
|
|
"reactjs",
|
|
"image",
|
|
"crop",
|
|
"react-component"
|
|
],
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.66.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-dts": "^3.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.13.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
}
|
|
} |