-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.4 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
{
"name": "native-screens-bug-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"dev": "expo start --dev-client"
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "^7.0.0",
"@expo/config-plugins": "^7.2.5",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"expo": "~49.0.3",
"expo-dev-client": "~2.4.6",
"expo-device": "~5.4.0",
"expo-system-ui": "~2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-base64": "^0.2.1",
"react-native-ble-plx": "^2.0.3",
"react-native-bluetooth-classic": "^1.60.0-rc.28",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"with-rn-bluetooth-classic": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@types/istanbul-lib-coverage": "^2.0.4",
"@types/react": "~18.2.15",
"@types/react-native": "^0.72.2",
"@types/react-native-base64": "^0.2.0",
"typescript": "^5.1.6"
},
"private": true,
"license": "MIT"
}