forked from gcanti/tcomb-form-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "tcomb-form-native",
"version": "0.6.20",
"description":
"react-native powered UI library for developing forms writing less code",
"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": {
"tcomb-validation": "^3.0.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"]
}