-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 KB
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": "@tapgas/react-native-forms",
"version": "0.0.4",
"description": "React native markup forms by Tapgas team",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tapgas/react-native-tgforms.git"
},
"keywords": [
"React",
"native",
"Forms",
"Context"
],
"author": "Efrain Rochin <erochin@tapgas.mx>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tapgas/react-native-tgforms/issues"
},
"homepage": "https://github.com/Tapgas/react-native-tgforms#readme",
"dependencies": {
"moment": "2.22.1",
"react-native-datepicker": "^1.6.0",
"react-native-vector-icons": "^4.6.0",
"tinymask": "^1.0.2",
"validate.js": "^0.12.0"
},
"peerDependencies": {
"react": "16.0.0-beta.5",
"react-native": "0.49.3"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^7.2.3",
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "9.0.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-react-native": "^3.0.1",
"jest": "21.2.1",
"react": "16.0.0-beta.5",
"react-dom": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}