forked from natysoz/expo-images-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
47
48
49
50
51
52
53
{
"name": "expo-images-picker",
"version": "1.3.0",
"description": "Expo images picker, Selecting Multiple images and videos from device Gallery, using Expo Media Library.",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/natysoz/expo-images-picker.git"
},
"author": "Natysoz",
"license": "ISC",
"bugs": {
"url": "https://github.com/natysoz/expo-images-picker/issues"
},
"homepage": "https://github.com/natysoz/expo-images-picker#readme",
"peerDependencies": {
"react": "*",
"expo": "^40.0.0",
"react-native": "*"
},
"dependencies": {
"expo-image-manipulator": "^9.0.0",
"expo-media-library": "~10.0.0",
"expo-permissions": "~10.0.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.7",
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"babel-preset-expo": "^8.2.3",
"typescript": "~3.9.5"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
},
"keywords": [
"expo",
"images",
"images-picker",
"media",
"picker",
"selector",
"videos",
"imagepicker",
"Multiple",
"Media Library"
]
}