-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "rekon",
"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": "^14.0.2",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"expo": "^52.0.14",
"expo-build-properties": "~0.13.1",
"expo-camera": "~16.0.8",
"expo-font": "~13.0.1",
"expo-image": "~2.0.3",
"expo-image-picker": "~16.0.3",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"fuse.js": "^7.0.0",
"ky": "^1.2.4",
"progress": "^2.0.3",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-async-storage": "^0.0.1",
"react-native-confirmation-code-field": "^7.4.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-gradients": "^2.1.1",
"react-native-paper": "^5.12.3",
"react-native-pie-chart": "^3.0.2",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "15.8.0",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}