-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "antd-img-crop",
"version": "4.23.0",
"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": "dist/antd-img-crop.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && rollup -c --configPlugin @rollup/plugin-typescript",
"u": "pnpm update --latest && pnpm add [email protected]"
},
"peerDependencies": {
"antd": ">=4.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-easy-crop": "^5.1.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"antd": "^5.21.6",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "4.24.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}