forked from gcanti/tcomb-form-native
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
57
58
{
"name": "@brandingbrand/tcomb-form-native",
"version": "0.6.20",
"description": "Fork of tcomb-form-native to support RN core thinning",
"main": "index.js",
"scripts": {
"lint": "eslint lib",
"test": "npm run lint && babel-node test"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/tcomb-form-native.git"
},
"author": "Giulio Canti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/tcomb-form-native/issues"
},
"homepage": "https://github.com/gcanti/tcomb-form-native",
"dependencies": {
"@react-native-community/datetimepicker": "^3.0.2",
"@react-native-community/picker": "^1.8.0",
"tcomb-validation": "^3.0.0"
},
"peerDependencies": {
"react-native": "^0.63.0"
},
"devDependencies": {
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/prettier": "^1.7.0",
"babel": "5.8.34",
"babel-core": "5.8.34",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "2.5.2",
"prettier": "^1.7.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"tape": "3.5.0"
},
"tags": [
"tcomb",
"form",
"forms",
"react",
"react-native",
"react-component"
],
"keywords": [
"tcomb",
"form",
"forms",
"react",
"react-native",
"react-component"
]
}