-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "@indec/react-native-table",
"version": "0.2.1",
"description": "A Table component for react-native apps",
"private": false,
"main": "src/index.js",
"scripts": {
"eslint": "eslint ./",
"test": "eslint ./"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/travis-cli": "^7.2.1",
"@indec/react-native-commons": "^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"
},
"peerDependencies": {
"lodash": "^4.17.0",
"prop-types": "^15.5.10",
"react": ">=16.2.0",
"react-native": ">=0.49.0"
},
"keywords": [
"react",
"react-native",
"components"
],
"author": "INDEC (https://github.com/indec-it)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/indec-it/react-native-table.git"
},
"bugs": {
"url": "https://github.com/indec-it/react-native-table/issues"
},
"homepage": "https://github.com/indec-it/react-native-table"
}