-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 934 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
{
"name": "audionote_gain_test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@google-cloud/speech": "^6.6.0",
"@react-native-community/slider": "^4.5.2",
"axios": "^1.7.2",
"expo-av": "~14.0.5",
"expo-dev-client": "~4.0.14",
"expo-file-system": "^17.0.1",
"expo-permissions": "^14.4.0",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"openai": "^4.47.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-audio": "^4.3.0",
"react-native-audio-record": "^0.2.2",
"react-native-ffmpeg": "^0.5.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.16.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"expo": "^51.0.8"
},
"private": true
}