-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "react-native-awesome-camera",
"version": "1.0.13",
"description": "A React Native package that allows you to select a photo/video from the device library or camera.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:krinish291/react-native-awesome-camera.git"
},
"bugs": {
"url": "https://github.com/krinish291/react-native-awesome-camera/issues"
},
"homepage": "https://github.com/krinish291/react-native-awesome-camera#readme",
"license": "MIT",
"typings": "dist/index.d.ts",
"dependencies": {
"@react-native-camera-roll/camera-roll": "7.1.0",
"fbjs": "^3.0.4",
"react-native-gesture-handler": "^2.14.0",
"react-native-permissions": "^3.10.1",
"react-native-vision-camera": "^3.6.12"
},
"author": "radadiyakrinish1999@gmail.com",
"devDependencies": {
"@types/react-native": "^0.69.1",
"typescript": "^4.7.4"
},
"keywords": [
"react-native",
"ios",
"android",
"camera",
"cameraroll",
"photo gallery",
"vision",
"react-native-camera",
"photo",
"video",
"typescript",
"react-native-permissions",
"native",
"image",
"picker"
]
}