-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.44 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
72
{
"name": "om-digital",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"start:clear": "expo start --dev-client -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prettier:fix": "prettier --write '**/*.+(js|jsx|ts|tsx|css|scss)'",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@hookform/resolvers": "^3.1.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/netinfo": "9.3.7",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@tanstack/query-sync-storage-persister": "^4.35.3",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-persist-client": "^4.35.3",
"@types/base-64": "^1.0.0",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"clsx": "^1.2.1",
"expo": "~48.0.21",
"expo-barcode-scanner": "~12.3.2",
"expo-build-properties": "~0.6.0",
"expo-dev-client": "~2.2.1",
"expo-image-picker": "~14.1.1",
"expo-location": "~15.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"nativewind": "^2.0.11",
"phosphor-react-native": "^1.1.2",
"react": "18.2.0",
"react-hook-form": "^7.43.9",
"react-native": "0.71.14",
"react-native-dotenv": "^3.4.9",
"react-native-dropdown-picker": "^5.4.6",
"react-native-flipper": "^0.212.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-mmkv": "^2.10.2",
"react-native-mmkv-flipper-plugin": "^1.0.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eduardomuchak/eslint-config": "1.1.0",
"@types/react": "~18.0.14",
"eslint": "^8.40.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"react-native-masked-text": "^1.13.0",
"react-query-native-devtools": "^4.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.4"
},
"private": true
}