-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
63 lines (63 loc) · 1.77 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.24.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 !eslint !react !react-dom !@types/react !@types/react-dom"
},
"peerDependencies": {
"antd": ">=4.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-easy-crop": "^5.2.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.22.5",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.29.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}