UNPKG

boris-react-image-crop

Version:

react image crop

52 lines (51 loc) 1.18 kB
{ "name": "boris-react-image-crop", "version": "1.0.0", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "browser": "./browser/specific/main.js", "description": "react image crop", "author": { "name": "koreacat", "email": "koreacat0w0@gmail.com", "url": "https://github.com/koreacat" }, "keywords": ["boris", "react", "image", "crop"], "dependencies": { "@types/node": "^16.7.13", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "classnames": "^2.2.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "sass": "^1.32.8", "typescript": "^4.4.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prepare": "tsc" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }