This repository has been archived by the owner on May 3, 2024. It is now read-only.
forked from sauzy34/react-native-multi-selectbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
59
60
61
{
"name": "ReactCore",
"version": "0.0.1",
"private": false,
"description": "Platform independent (Android / iOS) Selextbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms..",
"repository": {
"type": "git",
"url": "git+https://github.com/sauzy34/react-native-multi-selectbox"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint **/*.js --fix",
"prettier": "prettier **/*.js"
},
"dependencies": {
"lodash": "^4.17.19",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-multi-selectbox": "^1.4.1",
"react-native-svg": "^12.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.1.2",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
},
"bugs": {
"url": "https://github.com/sauzy34/react-native-multi-selectbox/issues"
},
"author": "Saurav Gupta <[email protected]> (https://github.com/sauzy34)",
"license": "MIT",
"keywords": [
"react-native-select",
"react-native",
"react",
"selectbox",
"dropdown",
"picker",
"select",
"expo",
"expo-picker",
"expo-select",
"expo-multi-select"
]
}