-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 KB
/
package.json
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": "antd-img-crop-ignore-gif",
"version": "4.1.1",
"description": "An image cropper for Ant Design Upload ",
"keywords": [
"react",
"antd",
"ant-design",
"upload",
"image",
"crop",
"cropper"
],
"license": "MIT",
"author": "chenwei <1096486917@qq.com> (https://github.com/David2k13/antd-img-crop-ignore-gif)",
"homepage": "https://github.com/David2k13/antd-img-crop-ignore-gif",
"repository": "github:David2k13/antd-img-crop-ignore-gif",
"bugs": "https://github.com/David2k13/antd-img-crop-ignore-gifissues",
"main": "dist/antd-img-crop.cjs.js",
"module": "dist/antd-img-crop.esm.js",
"types": "index.d.ts",
"files": [
"dist",
"src",
"index.d.ts"
],
"scripts": {
"build": "rimraf dist && rollup -c"
},
"peerDependencies": {
"antd": ">=4.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"react-easy-crop": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@rollup/plugin-replace": "^3.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"rollup": "^2.61.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-less": "^1.1.3",
"typescript": "^4.5.4"
},
"eslintIgnore": [
"dist",
"index.d.ts"
]
}