-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "react-native-clean-form",
"version": "0.5.0",
"description": "An example of creating mobile forms with React Native, styled-components and redux-form",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/esbenp/react-native-clean-form.git"
},
"keywords": [
"react-native",
"redux-form",
"immutable.js",
"styled-components"
],
"author": "Esben Petersen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/esbenp/react-native-clean-form/issues"
},
"homepage": "https://github.com/esbenp/react-native-clean-form#readme",
"files": [
"src",
"redux-form.js",
"redux-form-immutable.js"
],
"devDependencies": {
"react-native": "~0.40.0"
},
"peerDependencies": {
"react-native": "*"
},
"dependencies": {
"styled-components": ">=1.4",
"react-native-universal-picker": "^1.1.0",
"react-native-vector-icons": ">=4.0.0",
"prop-types": "^15.6.0"
}
}