-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.37 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
42
43
44
45
46
47
{
"name": "orator",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@google/generative-ai": "^0.24.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.0.1",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"events": "^3.3.0",
"expo": "~54.0.0",
"expo-av": "^16.0.7",
"expo-dev-client": "^6.0.16",
"expo-document-picker": "~14.0.7",
"expo-file-system": "~19.0.17",
"expo-notifications": "~0.32.12",
"expo-speech": "~14.0.7",
"expo-status-bar": "~3.0.8",
"htmlparser2": "^9.1.0",
"jszip": "^3.10.1",
"pdfjs-dist": "^3.11.174",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-dotenv": "^3.4.11",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-class-static-block": "^7.28.3",
"@types/events": "^3.0.3",
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
},
"private": true
}