-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"name": "speech",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"typecheck": "tsc",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@react-native/metro-config": "^0.85.3",
"buffer": "^6.0.3",
"expo": "^55.0.13",
"expo-build-properties": "~56.0.11",
"expo-font": "~56.0.5",
"expo-status-bar": "~56.0.4",
"metro-config": "^0.84.4",
"react": "19.2.5",
"react-native": "0.85.3",
"react-native-audio-api": "0.12.2",
"react-native-device-info": "^15.0.2",
"react-native-executorch": "workspace:*",
"react-native-executorch-expo-resource-fetcher": "workspace:*",
"react-native-reanimated": "~4.3.0",
"react-native-safe-area-context": "~5.8.0",
"react-native-svg": "15.15.4",
"react-native-svg-transformer": "^1.5.3",
"react-native-worklets": "0.8.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/react": "~19.2.14",
"@types/react-refresh": "^0",
"babel-preset-expo": "~56.0.9",
"react-refresh": "^0.18.0"
},
"private": true
}