-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "llm",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native/metro-config": "^0.76.3",
"expo": "~53.0.8",
"expo-brightness": "~13.1.4",
"expo-calendar": "~14.1.4",
"expo-font": "~13.3.1",
"expo-status-bar": "~2.2.3",
"metro-config": "^0.81.0",
"react": "19.0.0",
"react-native": "^0.79.2",
"react-native-audio-api": "0.5.7",
"react-native-executorch": "^0.4.0",
"react-native-live-audio-stream": "^1.1.1",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.0",
"react-native-wheel-scrollview-picker": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}