-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 846 Bytes
/
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
{
"name": "expo-select-dropdown",
"version": "1.1.3",
"repository": "https://github.com/bjtrounson/expo-select-dropdown",
"main": "index.ts",
"description": "Expo / React Native Select Dropdown with search and other customizations",
"author": "Ben Trounson",
"keywords": [
"react-native",
"expo",
"dropdown",
"select",
"search",
"filter"
],
"license": "MIT",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5"
},
"devDependencies": {
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"postcss": "^8.4.21",
"typescript": "^4.6.3"
}
}