-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "selapak-app",
"version": "1.0.0",
"main": "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",
"@hookform/resolvers": "^3.4.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.7.1",
"dayjs": "^1.11.11",
"expo": "~51.0.8",
"expo-blur": "^13.0.2",
"expo-clipboard": "~6.0.3",
"expo-font": "^12.0.5",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-hook-form": "^7.51.4",
"react-native": "0.74.1",
"react-native-element-dropdown": "^2.12.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^4.10.1",
"react-redux": "^9.1.2",
"yup": "^1.4.0"
},
"overrides": {
"react": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}