-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "react-native-navigation-drawer-extension",
"version": "4.0.1",
"description": "Drawer API built on top of wix react-native-navigation for iOS and Android.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukebrandonfarrell/wix-react-native-navigation-drawer.git"
},
"keywords": [
"wix",
"react-native-navigation",
"navigation",
"react-native",
"drawer",
"side-menu",
"ios",
"android",
"native",
"typescript"
],
"peerDependencies": {
"react-native-navigation": ">= 3.x"
},
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukebrandonfarrell/wix-react-native-navigation-drawer/issues"
},
"homepage": "https://github.com/lukebrandonfarrell/wix-react-native-navigation-drawer#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/react": "^16.9.1",
"@types/react-native": "^0.60.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.0.4",
"react": "^16.9.0",
"react-native": "^0.62.3",
"react-native-navigation": "^6.4.0",
"semantic-release": "^17.4.3",
"typescript": "^3.9.9"
}
}