-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.64 KB
/
package.json
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
{
"name": "awesomeproject",
"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": {
"@babel/runtime": "^7.21.5",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.4.0",
"babel-runtime": "^6.26.0",
"expo": "~48.0.10",
"expo-av": "~13.2.1",
"expo-file-system": "~15.2.2",
"expo-font": "^11.1.1",
"expo-image-multiple-picker": "^4.8.3",
"expo-image-picker": "~14.1.1",
"expo-media-library": "~15.2.3",
"expo-status-bar": "~1.4.4",
"expo-updates": "^0.16.4",
"expo-video-player": "^2.2.0",
"lyric-parser": "^1.0.1",
"react": "18.2.0",
"react-axios": "^2.0.6",
"react-dom": "18.2.0",
"react-native": "0.71.13",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-svg": "^13.4.0",
"react-native-web": "~0.18.10",
"react-redux": "^8.1.1",
"recyclerlistview": "^4.2.0",
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}