-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"name": "app-furia-kyf",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.3.0",
"@hookform/resolvers": "^5.0.1",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"@reduxjs/toolkit": "^2.7.0",
"expo": "~52.0.46",
"expo-camera": "~16.0.18",
"expo-font": "~13.0.4",
"expo-linear-gradient": "~14.0.2",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-content-loader": "^7.0.2",
"react-hook-form": "^7.56.1",
"react-native": "0.76.9",
"react-native-confirmation-code-field": "^7.4.0",
"react-native-flash-message": "^0.4.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-mask-input": "^1.2.3",
"react-native-modal": "^14.0.0-rc.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "^15.11.2",
"react-native-unistyles": "^2.31.0",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"zod": "^3.24.3",
"expo-image-picker": "~16.0.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3"
},
"private": true
}