-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.39 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.39 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
{
"name": "learning-platform-ui-mobile",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "^2.11.0",
"@react-native-vector-icons/common": "^11.0.0",
"@react-native-vector-icons/fontawesome6": "^6.7.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.64.1",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"expo": "~52.0.26",
"expo-asset": "^11.0.2",
"expo-image-picker": "^16.0.5",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-native": "^0.76.6",
"react-native-animatable": "^1.4.0",
"react-native-config": "^1.5.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^2.6.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-paper": "^5.13.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "~4.4.0",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-toast-message": "^2.2.1",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-native-webview": "^13.13.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@react-native-community/cli": "^15.1.3",
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"metro-react-native-babel-preset": "^0.77.0",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.7.3"
},
"private": true
}