UNPKG

1.72 kBJSONView Raw
1{
2 "name": "react-image-crop",
3 "version": "8.6.6",
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 "style": "dist/ReactCrop.css",
8 "browserslist": "last 3 versions, not IE <= 11",
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1",
11 "start": "webpack --progress --colors --watch --config test/webpack.config.js & npm run sass-watch",
12 "sass-watch": "node-sass lib/ReactCrop.scss dist/ReactCrop.css --watch",
13 "build:js": "webpack",
14 "build:css": "node-sass lib/ReactCrop.scss dist/ReactCrop.css",
15 "build": "npm run build:js && npm run build:css",
16 "prepare": "npm run build"
17 },
18 "author": "Dominic Tobias <dominic.tobias@gmail.com>",
19 "keywords": [
20 "react",
21 "reactjs",
22 "image",
23 "crop",
24 "react-component"
25 ],
26 "license": "ISC",
27 "devDependencies": {
28 "@babel/core": "^7.11.6",
29 "@babel/plugin-proposal-class-properties": "^7.10.4",
30 "@babel/preset-env": "^7.11.5",
31 "@babel/preset-react": "^7.10.4",
32 "babel-eslint": "^10.1.0",
33 "babel-loader": "^8.1.0",
34 "babel-plugin-transform-class-properties": "^6.24.1",
35 "css-loader": "^4.3.0",
36 "eslint": "^7.10.0",
37 "eslint-plugin-import": "^2.22.1",
38 "eslint-plugin-jsx-a11y": "^6.3.1",
39 "eslint-plugin-react": "^7.21.3",
40 "node-sass": "^4.14.1",
41 "react": "^16.12.0",
42 "react-dom": "^16.13.1",
43 "style-loader": "^1.3.0",
44 "webpack": "^4.44.2",
45 "webpack-cli": "^3.3.12"
46 },
47 "peerDependencies": {
48 "react": ">=16.13.1"
49 },
50 "dependencies": {
51 "clsx": "^1.1.1",
52 "core-js": "^3.6.5",
53 "prop-types": "^15.7.2"
54 }
55}