-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 990 Bytes
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
{
"name": "react-native-navigation-search-bar",
"version": "1.0.6",
"description": "React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"keywords": [
"react-native-navigation",
"react-native-elements",
"search-bar",
"react-native",
"collapse header"
],
"author": "Luke Brandon Farrell",
"license": "MIT",
"dependencies": {
"react-native-elements": "^3.4.2"
},
"peerDependencies": {
"react-native-navigation": ">= 2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3"
}
}