-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.11 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.11 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "react-native-form4u",
"version": "0.0.3",
"description": "A React Native form builder, simple, light and fast",
"main": "/src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devrdias/react-native-form4u.git"
},
"keywords": [
"android",
"ios",
"react",
"native",
"hooks",
"react-native",
"react native",
"native-modules",
"native modules",
"form",
"form generator",
"generator",
"builder",
"form builder",
"javascript"
],
"author": "Rafael Dias <devrdias@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devrdias/react-native-form4u/issues"
},
"homepage": "https://github.com/devrdias/react-native-form4u#readme",
"scripts": {
"test": "jest",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"prop-types": "^15.7.2",
"react-native-masked-text": "^1.12.5",
"react-native-i18n": "^2.0.15",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime": "7.5.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-root-import": "^6.2.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.56.0",
"native-base": "^2.13.4",
"react": "16.9.0",
"react-native": "^0.60.4",
"react-native-vector-icons": "^6.6.0",
"react-test-renderer": "16.9.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0",
"native-base": "^2.13.0",
"react-native-vector-icons": "^6.6.0"
},
"jest": {
"preset": "react-native"
},
"lint": "eslint *.js **/*.js"
}