forked from mrgroen/mendix-NativeVisionCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.78 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.78 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
52
53
54
55
56
{
"name": "nativevisioncamera",
"widgetName": "NativeVisionCamera",
"version": "1.1.2",
"description": "Designed from the ground up to provide all features a camera app should have. You have full control over what device is used, and can even configure options such as frame rate, colorspace and more.",
"copyright": "Groen.dev",
"author": "Marcus Groen",
"engines": {
"node": ">=20"
},
"license": "Apache-2.0",
"config": {
"projectPath": "./tests/testProject"
},
"packagePath": "com.groendev.widget.native",
"scripts": {
"start": "pluggable-widgets-tools start:native",
"build": "pluggable-widgets-tools build:native",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:native",
"postinstall": "patch-package"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "10.18.0",
"@types/big.js": "6.2.2",
"@types/react-native-vector-icons": "6.4.14",
"eslint": "8.49.0",
"patch-package": "8.0.0"
},
"dependencies": {
"@react-native-community/blur": "4.4.1",
"@react-navigation/native": "6.1.18",
"react-native-gesture-handler": "2.20.2",
"react-native-mmkv": "2.12.2",
"react-native-reanimated": "1.13.1",
"react-native-static-safe-area-insets": "2.2.0",
"react-native-vector-icons": "10.2.0",
"react-native-vision-camera": "4.6.4"
},
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "$react-native",
"@types/react": "18.2.0",
"@types/react-native": "0.72.7"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "$react-native",
"@types/react": "18.2.0",
"@types/react-native": "0.72.7"
}
}