mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Apply prettier-compatible formatting across the repo to match the incoming oxfmt configuration. Mechanical reformat only — no logic changes. Covers YAML quote normalization, package.json key sorting, Markdown/TOML formatting, and minor TS whitespace tweaks.
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "expo-two-way-audio-flow-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@speechmatics/auth": "^0.0.1",
|
|
"@speechmatics/flow-client-react": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"event-target-polyfill": "^0.0.4",
|
|
"expo": "^52.0.25",
|
|
"expo-build-properties": "~0.13.2",
|
|
"expo-dev-client": "~5.0.9",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.6",
|
|
"react-native-reanimated": "~3.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.3.12",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"expo": {
|
|
"autolinking": {
|
|
"nativeModulesDir": "../.."
|
|
}
|
|
}
|
|
}
|