forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 916 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
38
{
"name": "omi-react-native-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"postinstall": "patch-package"
},
"dependencies": {
"@omiai/omi-react-native": "file:..",
"expo": "^50.0.0",
"expo-status-bar": "~1.11.0",
"install": "^0.13.0",
"react": "18.2.0",
"react-native": "0.73.11",
"react-native-ble-plx": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"patch-package": "^8.0.0",
"typescript": "^5.1.3"
},
"overrides": {
"tar": "^7.5.11",
"@xmldom/xmldom": "^0.8.13",
"postcss": "^8.5.10",
"send": "^0.19.0",
"fast-xml-parser": "^5.7.0",
"uuid": "^11.1.1",
"@expo/image-utils": {
"semver": "^7.5.2"
}
},
"private": true
}