-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (75 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (75 loc) · 2.31 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "dyscalculiaproject",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@google/generative-ai": "^0.24.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/slider": "5.0.1",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/elements": "^1.3.18",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@supabase/supabase-js": "^2.110.0",
"cors": "^2.8.6",
"expo": "^54.0.0",
"expo-av": "~16.0.8",
"expo-build-properties": "~1.0.10",
"expo-font": "~14.0.12",
"expo-linear-gradient": "~15.0.8",
"expo-status-bar": "~3.0.9",
"expo-video-player": "^2.2.0",
"express": "^5.2.1",
"firebase": "^10.0.0",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^6.1.200",
"punycode": "^2.3.1",
"react": "19.1.0",
"react-hooks-global-state": "^2.1.0",
"react-native": "0.81.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-event-listeners": "^1.0.7",
"react-native-flash-message": "^0.4.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-linear-gradient": "^2.7.3",
"react-native-markdown-display": "^7.0.2",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-webview": "13.15.0",
"react-native-youtube": "^2.0.2",
"react-native-youtube-iframe": "^2.3.0",
"react-nice-avatar": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"dotenv": "^17.4.2",
"expo-fmt-consteval-fix": "^1.0.0"
},
"private": true,
"overrides": {
"@react-native-async-storage/async-storage": "2.2.0"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@react-native-community/checkbox",
"react-native-youtube",
"react-native-youtube-iframe"
]
}
}
}
}