-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "easyimage",
"widgetName": "EasyImage",
"version": "1.0.11",
"description": "Image Cropping/Zooming/Rotation",
"copyright": "entidad.io",
"author": "Madhubalan Pushparajan, Ockert van Schalkwyk",
"engines": {
"node": ">=16"
},
"license": "Apache-2.0",
"config": {
"projectPath": "../ImmigrationServices-dev_2024",
"mendixHost": "http://localhost:8080",
"developmentPort": 3000
},
"packagePath": "io.entidad.widget.web",
"scripts": {
"start": "pluggable-widgets-tools start:server",
"dev": "pluggable-widgets-tools start:web",
"build": "pluggable-widgets-tools build:web",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:web"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^10.0.0"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"classnames": "^2.2.6",
"ip": "^2.0.1",
"react-easy-crop": "^5.0.3",
"react-image-crop": "^11.0.1",
"react-zoom-pan-pinch": "^3.4.2"
},
"resolutions": {
"react": "18.2.0",
"react-native": "0.70.7"
},
"overrides": {
"react": "18.2.0",
"react-native": "0.70.7"
}
}