-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-tiny-cropper",
"version": "0.1.8",
"main": "./dist/index.js",
"description": "A React component that supports cropping image with multiple shapes",
"scripts": {
"start": "webpack-dev-server --config ./config/demo --open --hot",
"build": "webpack --config ./config/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jambo2018/react-polygon-cropper.git"
},
"files": [
"dist"
],
"keywords": [
"react-cropper",
"easy-crop",
"tiny-crop",
"circle-crop",
"react-tiny-cropper"
],
"author": "Jambo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jambo2018/react-polygon-cropper/issues"
},
"homepage": "https://github.com/Jambo2018/react-polygon-cropper#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-easy-crop": "^4.1.3",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}