-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.38 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
73
74
75
76
77
78
79
{
"name": "carewallet",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"android-native": "expo run:android",
"ios-native": "expo run:ios",
"web": "expo start --web",
"tsc": "tsc",
"postinstall": "npx husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"dependencies": {
"@firebase/auth": "^1.4.0",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.0.1",
"@types/jest": "^29.5.10",
"@types/react": "^18.2.38",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.7",
"add": "^2.0.6",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"expo": "^49.0.21",
"expo-av": "^13.6.0",
"expo-camera": "^13.6.0",
"expo-image-manipulator": "~11.3.0",
"expo-media-library": "~15.4.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.0",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-appearance": "^0.0.0",
"react-native-check-box": "^2.1.7",
"react-native-date-input": "^1.0.11",
"react-native-date-picker": "^4.3.5",
"react-native-element-dropdown": "^2.10.1",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-picker-select": "^9.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-navigation": "^5.0.0",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"redux-thunk": "^3.1.0",
"styled-components": "^6.1.1",
"typescript": "^5.1.3",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0"
},
"private": true
}