forked from renrizzolo/react-native-sectioned-multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "react-native-sectioned-multi-select",
"version": "0.9.1",
"description": "a multi (or single) select component with support for sub categories, search, chips.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint ./lib/**/*.{js,jsx} --fix",
"format": "prettier ./lib/**/*.{js,jsx} --write && npm run lint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"memoize-one": "^6.0.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
"eslint": "^7.32.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react-native-a11y": "^3.0.0",
"prettier": "^2.5.1"
},
"peerDependencies": {
"prop-types": "^15.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renrizzolo/react-native-sectioned-multi-select.git"
},
"keywords": [
"select",
"multiselect",
"picker",
"category",
"react",
"native"
],
"author": "Ren Rizzolo",
"license": "MIT",
"bugs": {
"url": "https://github.com/renrizzolo/react-native-sectioned-multi-select/issues"
},
"homepage": "https://github.com/renrizzolo/react-native-sectioned-multi-select#readme"
}