-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.36 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
{
"name": "oxvo-mobile",
"version": "0.0.1",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "0.2.3",
"@expo/vector-icons": "^13.0.0",
"@hookform/resolvers": "3.0.0",
"@react-native-async-storage/async-storage": "1.18.1",
"@react-navigation/bottom-tabs": "6.5.7",
"@react-navigation/native": "6.1.6",
"@react-navigation/native-stack": "6.9.12",
"@tanstack/react-query": "4.29.3",
"axios": "1.3.4",
"expo": "~48.0.15",
"expo-font": "11.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-secure-store": "12.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "1.4.4",
"react": "18.2.0",
"react-hook-form": "7.43.9",
"react-native": "0.71.7",
"react-native-gesture-handler": "2.9.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-reanimated": "2.14.4",
"react-native-safe-area-context": "4.5.1",
"react-native-screens": "3.20.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "13.4.0",
"react-native-toast-message": "2.1.6",
"react-native-ui-lib": "7.3.2",
"styled-components": "5.3.9",
"zod": "3.21.4",
"zustand": "4.3.7"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@tanstack/eslint-plugin-query": "4.29.0",
"@testing-library/react-native": "12.0.1",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/jest": "29.5.0",
"@types/react": "18.0.14",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "5.2.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-config-universe": "11.2.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.8.4",
"typescript": "5.0.4"
},
"private": true
}