-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"name": "@coffeebeanslabs/react-native-form-builder",
"version": "1.1.0",
"description": "A dynamic form builder for react-native apps",
"main": "./src/index.js",
"scripts": {
"lint": "eslint . --ext .js",
"lint-fix": "eslint . --ext .js --fix",
"test": "echo \"Error: no test specified\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoffeeBeansLabs/react-native-form-builder.git"
},
"keywords": [
"dynamic-form",
"react-native",
"reactnative",
"ui-components",
"form-builder",
"ios",
"android"
],
"author": "Greeshma Pillai (https://github.com/pillaigrshma)",
"license": "MIT",
"homepage": "https://github.com/CoffeeBeansLabs/react-native-form-builder#readme",
"bugs": {
"url": "https://github.com/CoffeeBeansLabs/react-native-form-builder/issues"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-picker": "^3.6.8",
"react-native-elements": "^2.3.2",
"react-native-ratings": "^7.3.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.62.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}