-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.19 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.19 KB
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
{
"name": "react-multi-crop-image",
"version": "1.3.1",
"description": "Fastest and Latest React component for multiple cropping areas, TypeScript ready",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.{ts,tsx}",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"interactjs": "^1.10.17",
"lodash": "^4.17.21",
"ramda": "^0.29.0"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^22.13.4",
"@types/ramda": "^0.29.0",
"@types/react": "^18.0.0",
"@types/shortid": "^0.0.29",
"typescript": "^4.9.0"
},
"keywords": [
"react",
"crop",
"image",
"multiple",
"selection"
],
"author": "ddx-510",
"repository": {
"type": "git",
"url": "git+https://github.com/ddx-510/react-multi-crop-image.git"
},
"bugs": {
"url": "https://github.com/ddx-510/react-multi-crop-image/issues"
},
"homepage": "https://github.com/ddx-510/react-multi-crop-image#readme",
"license": "MIT"
}