-
-
Notifications
You must be signed in to change notification settings - Fork 324
/
package.json
56 lines (56 loc) · 1.17 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
{
"name": "galio-framework",
"main": "src/index.js",
"version": "0.8.1",
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "https://github.com/galio-org/galio.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/galio-org/galio/issues"
},
"homepage": "https://galio.io/",
"keywords": [
"android",
"ios",
"react native",
"component library",
"ui kit",
"bootstrap"
],
"scripts": {
"precommit": "yarn lint",
"lint": "eslint src/**.js",
"test": "jest",
"postinstall": "opencollective-postinstall"
},
"dependencies": {
"opencollective-postinstall": "^2.0.1"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-universe": "^1.0.7",
"prettier": "^1.15.1",
"prop-types": "^15.6.2",
"react": "16.8.3",
"react-native": "^0.59",
"react-native-vector-icons": "^6.5.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vector-icons": ">6.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/galio"
},
"eslintConfig": {
"extends": "universe/native"
}
}