-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.95 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
{
"name": "@indec/react-native-commons",
"version": "1.2.0",
"description": "Common react-native components for apps",
"private": false,
"main": "src/index.js",
"scripts": {
"test": "mocha",
"eslint": "eslint ./",
"precommit": "npm run eslint && npm test",
"commitmsg": "commitlint -e"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/travis-cli": "^7.2.1",
"@indec/heimdall": "^0.2.8",
"@indec/react-native-md-textinput": "^3.1.2",
"babel-eslint": "^10.0.1",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^3.1.1",
"babel-preset-react-native": "^4.0.1",
"babel-register": "^6.26.0",
"eslint": "5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-lodash": "^2.7.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.2.0",
"mocha": "^5.2.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-native": "^0.57.7",
"react-native-elements": "^0.19.1",
"react-redux": "^6.0.0",
"react-router-native": "^4.3.0",
"redux-saga": "^0.16.2",
"should": "^13.2.1"
},
"peerDependencies": {
"jwt-decode": "^2.2.0",
"lodash": "^4.17.0",
"prop-types": "^15.5.10",
"react": ">=16.2.0",
"react-native": ">=0.52.0",
"react-native-elements": ">=0.18.5",
"react-router-native": ">=4.2.0"
},
"engines": {
"node": ">=10.13"
},
"keywords": [
"react",
"react-native",
"components"
],
"repository": {
"type": "git",
"url": "https://github.com/indec-it/react-native-commons.git"
},
"bugs": {
"url": "https://github.com/indec-it/react-native-commons/issues"
},
"homepage": "https://github.com/indec-it/react-native-commons",
"author": "INDEC (https://github.com/indec-it)",
"license": "MIT"
}