-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "react-native-upload-gallery",
"version": "0.0.1",
"private": false,
"dependencies": {
"react-native-draggable-grid": "^2.1.3",
"react-native-image-picker": "^4.0.6"
},
"description": "An image upload component for react native that works with drag and drop mechanics.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/emirthab/react-native-upload-gallery"
},
"keywords": [
"image",
"upload",
"image",
"react-native",
"react-component"
],
"author": "Kiran Shinde",
"license": "MIT",
"bugs": {
"url": "https://github.com/emirthab/react-native-upload-gallery/issues"
},
"homepage": "https://github.com/emirthab/react-native-upload-gallery",
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/runtime": "7.15.4",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.66.2",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "17.0.2"
}
}