forked from toystars/react-native-dynamic-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "react-native-dynamic-form",
"version": "0.0.1",
"description": "Dynamic form builder for React Native",
"main": "index.js",
"repository": "git@github.com:toystars/react-native-dynamic-form.git",
"author": "Mustapha Babatunde <toystars2008@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint lib/"
},
"peerDependencies": {
"react": "^16.3.2",
"react-native": "^0.55.4",
"react-native-vector-icons": "^4.6.0"
},
"dependencies": {
"lodash": "^4.17.10",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react-native-datepicker": "^1.7.2",
"react-native-material-ui": "^1.22.3",
"react-native-multiple-select": "^0.4.4",
"react-native-star-rating": "^1.0.9"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-nibble": "^4.2.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "22.4.3",
"jest-react-native": "^18.0.0",
"pre-commit": "^1.2.2",
"react-test-renderer": "16.3.1"
}
}