-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "pulllse-mobile",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"-": "^0.0.1",
"@gcanvas/core": "^1.0.0",
"@miblanchard/react-native-slider": "^2.3.1",
"@react-native-assets/slider": "^7.0.5",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/slider": "^4.4.3",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@react-navigation/stack": "^6.3.18",
"@reduxjs/toolkit": "^1.9.7",
"@rivascva/react-native-code-editor": "^1.2.2",
"@shopify/react-native-skia": "^0.1.214",
"@viro-community/react-viro": "npm:react-viro-sw",
"axios": "^1.5.1",
"buffer": "^6.0.3",
"expo": "~49.0.13",
"expo-app-loading": "^2.1.1",
"expo-av": "~13.4.1",
"expo-clipboard": "~4.3.1",
"expo-file-system": "~15.4.4",
"expo-font": "~11.4.0",
"expo-gl": "~13.0.1",
"expo-haptics": "~12.4.0",
"expo-image-picker": "~14.3.2",
"expo-permissions": "~14.2.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"final-form": "^4.20.10",
"install": "^0.13.0",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-final-form": "^6.5.9",
"react-native": "0.72.6",
"react-native-canvas": "^0.1.39",
"react-native-devsettings": "^1.0.5",
"react-native-elements": "^3.4.3",
"react-native-flipper": "^0.212.0",
"react-native-fs": "^2.20.0",
"react-native-gcanvas": "^0.0.7-dev",
"react-native-gesture-handler": "^2.13.4",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.8.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound-level": "^1.2.0",
"react-native-svg": "^13.14.0",
"react-native-webview": "^13.6.2",
"react-native-workers": "^0.3.1",
"react-native-worklets-core": "^0.2.2",
"react-redux": "^8.1.3",
"redux-flipper": "^2.0.2",
"rn-flipper-async-storage-advanced": "^1.0.5",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}