forked from xtreamsrl/react-native-in-app-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 967 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
41
{
"name": "react-native-in-app-gallery",
"version": "0.0.7",
"description": "A react-native in-app gallery component",
"main": "src/index.ts",
"files": [
"src/"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"keywords": [
"react-native",
"gallery",
"camera",
"in-app-gallery"
],
"author": "Alberto Di Gioacchino",
"license": "MIT",
"dependencies": {
"@react-native-community/cameraroll": "^2.0.0",
"react-native-permissions": "^3.3.1",
"react-native-camera": "^3.30.0",
"react-native-image-picker": "^4.7.3"
},
"devDependencies": {
"@types/react-native": "^0.62.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/xtreamsrl/react-native-in-app-gallery.git"
}
}