forked from nanxiaobei/antd-img-crop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.6 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
60
61
62
63
64
{
"name": "antd-img-crop",
"version": "3.14.2",
"description": "An image cropper for Ant Design Upload",
"keywords": [
"react",
"antd",
"ant-design",
"upload",
"image",
"crop",
"cropper"
],
"license": "MIT",
"author": "nanxiaobei <[email protected]> (https://github.com/nanxiaobei)",
"homepage": "https://github.com/nanxiaobei/antd-img-crop",
"repository": "github:nanxiaobei/antd-img-crop",
"bugs": "https://github.com/nanxiaobei/antd-img-crop/issues",
"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",
"prop-types": ">=15.6.2",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.13.4",
"react-easy-crop": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-transform-runtime": "^7.13.5",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@rollup/plugin-replace": "^2.4.1",
"@types/react": "^17.0.2",
"antd": "^4.12.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-app": "^6.2.2",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.39.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-less": "^1.1.3",
"typescript": "^4.1.5"
},
"eslintIgnore": [
"dist",
"index.d.ts"
]
}