-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "finstep2",
"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": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/checkbox": "^0.5.16",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@reduxjs/toolkit": "^1.9.5",
"babel-plugin-macros": "^3.1.0",
"chart.js": "^4.3.0",
"chat.js": "^1.0.2",
"expo": "^49.0.6",
"expo-av": "~13.4.1",
"expo-barcode-scanner": "~12.5.3",
"expo-camera": "~13.4.4",
"expo-checkbox": "~2.4.0",
"expo-contacts": "^12.2.0",
"expo-file-system": "~15.4.4",
"expo-font": "~11.4.0",
"expo-image": "~1.3.4",
"expo-image-picker": "^14.3.2",
"expo-notifications": "~0.20.1",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.14",
"fbemitter": "^3.0.0",
"fbjs": "^3.0.5",
"font-awesome": "^4.7.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-native": "0.72.5",
"react-native-camera": "^4.2.1",
"react-native-chart-kit": "^6.12.0",
"react-native-curved-bottom-bar": "^3.2.6",
"react-native-fontawesome": "^7.0.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-picker": "^5.6.0",
"react-native-keypad": "^1.0.0-rc2",
"react-native-permissions": "^3.8.4",
"react-native-pie-chart": "^2.1.1",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"rn-sliding-up-panel": "^2.4.6",
"sentry-expo": "~7.0.0",
"socket.io-client": "^4.7.1",
"victory-native": "^36.6.11",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}