-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@indec/react-native-survey-commons",
"version": "1.0.0",
"description": "Common react-native components for survey apps",
"private": false,
"main": "src/index.js",
"scripts": {
"eslint": "eslint ./",
"test": "eslint ./"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/travis-cli": "^7.2.1",
"@indec/heimdall": "0.2.8",
"@indec/react-native-commons": "indec-it/react-native-commons#v1.0.0",
"@indec/react-native-form-builder": "indec-it/react-native-form-builder#v1.0.0",
"@indec/react-native-md-textinput": "^3.1.2",
"@indec/react-native-table": "^0.2.0",
"babel-eslint": "^10.0.1",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"husky": "^1.3.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-native": "^0.57.8",
"react-native-elements": "^0.19.1",
"react-redux": "^6.0.0",
"redux-saga": "^0.16.2"
},
"peerDependencies": {
"@indec/react-native-commons": ">=0.1.6",
"@indec/react-native-table": ">=0.1.0",
"lodash": "^4.17.0",
"prop-types": "^15.5.10",
"react": ">=16.3.0",
"react-native": ">=0.52.0"
},
"keywords": [
"react",
"react-native",
"components",
"survey",
"census"
],
"repository": {
"type": "git",
"url": "https://github.com/indec-it/react-native-survey-commons.git"
},
"bugs": {
"url": "https://github.com/indec-it/react-native-survey-commons/issues"
},
"homepage": "https://github.com/indec-it/react-native-survey-commons",
"engines": {
"node": ">= 8.15"
},
"author": "INDEC (https://github.com/indec-it)",
"license": "MIT"
}