-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "whisperapp",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"build:ios": "expo run:ios",
"build:android": "expo run:android"
},
"dependencies": {
"@expo/ngrok": "^4.1.3",
"expo": "~54.0.25",
"expo-build-properties": "~1.0.9",
"expo-file-system": "~19.0.19",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"expo-whisper": "file:./modules/expo-whisper",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-quick-base64": "^2.2.2"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}