-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.48 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
54
55
56
{
"name": "react-native-image-picker-form",
"version": "0.2.5",
"description": "A React Native component factory to use with tcomb-form-native. Currently using react-native-image-crop-picker to provide image selection.",
"author": "Antonio Moreno Valls <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/InterfaceKit/react-native-image-picker-form.git"
},
"bugs": {
"url": "https://github.com/InterfaceKit/react-native-image-picker-form/issues"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"image",
"image-picker",
"form",
"android"
],
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"scripts": {
"prettier": "prettier --single-quote --print-width 81 --write index.js lib/Stepper.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"main": "index.js",
"dependencies": {
"react-native-vector-icons": "^4.5.0",
"react-native-js-bottom-sheet": "^1.0.0"
},
"devDependencies": {
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/prettier": "^1.10.0",
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"flow": "^0.2.3",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}