-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1009 Bytes
/
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
{
"name": "react-image-editor-pro",
"version": "1.2.0",
"description": "react image cropper editor zoom rotate crop photo modal",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://nikhil-naik-portfolio.netlify.app/",
"repository": {
"url": "https://github.com/nikhilnaikdelvify/react-image-editor-pro"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"antd",
"cropper",
"image-editor",
"image cropper"
],
"author": "nikdelvify",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"antd": "^5.19.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-crop": "^11.0.7",
"styled-components": "^6.1.13"
}
}