-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 964 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
36
{
"name": "transhandtest",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "^6.1.6",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"Base64": "^1.2.0",
"expo": "~48.0.15",
"expo-av": "^13.2.1",
"expo-camera": "~13.2.1",
"expo-file-system": "~15.2.2",
"expo-image-picker": "^14.3.1",
"expo-media-library": "~15.2.3",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.4",
"react": "^18.2.0",
"react-native": "0.71.7",
"react-native-base64": "^0.2.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-image-base64": "^0.1.4",
"react-native-view-shot": "^3.7.0",
"react-native-websocket": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}