UNPKG

1.4 kBJSONView Raw
1{
2 "name": "react-image-crop",
3 "version": "9.0.4",
4 "description": "A responsive image cropping tool for React",
5 "repository": "https://github.com/DominicTobias/react-image-crop",
6 "main": "dist/ReactCrop.min.js",
7 "types": "dist/index.d.ts",
8 "style": "dist/ReactCrop.css",
9 "files": [
10 "dist",
11 "src"
12 ],
13 "browserslist": "last 3 versions, not IE > 0",
14 "scripts": {
15 "start": "webpack --watch --config test/webpack.config.js",
16 "build": "webpack",
17 "prepare": "npm run build",
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "author": "Dominic Tobias (https://github.com/DominicTobias/)",
21 "keywords": [
22 "react",
23 "reactjs",
24 "image",
25 "crop",
26 "react-component"
27 ],
28 "license": "ISC",
29 "devDependencies": {
30 "@types/react": "^17.0.19",
31 "babel-eslint": "^10.1.0",
32 "css-loader": "^6.2.0",
33 "eslint": "^7.32.0",
34 "eslint-plugin-import": "^2.24.1",
35 "eslint-plugin-jsx-a11y": "^6.4.1",
36 "eslint-plugin-react": "^7.24.0",
37 "mini-css-extract-plugin": "^2.2.0",
38 "react": "^17.0.2",
39 "react-dom": "^17.0.2",
40 "sass": "^1.38.0",
41 "sass-loader": "^12.1.0",
42 "style-loader": "^3.2.1",
43 "ts-loader": "^9.2.5",
44 "typescript": "^4.3.5",
45 "webpack": "^5.51.1",
46 "webpack-cli": "^4.8.0"
47 },
48 "peerDependencies": {
49 "react": ">=16.13.1"
50 },
51 "dependencies": {
52 "clsx": "^1.1.1"
53 }
54}