-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.66 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "yelpApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build-stage-ios": "ENVFILE=.env.staging yarn react-native run-ios cache clean",
"build-stage-android": "ENVFILE=.env.staging yarn react-native run-android cache clean",
"build-prod-android": "cd android && ENVFILE=.env.prod ./gradlew assembleRelease",
"storybook-generate": "sb-rn-get-stories",
"storybook-watch": "sb-rn-watcher",
"prettier-check": "prettier src --check",
"prettier-format": "prettier src --write",
"prettier-check-storybook": "prettier .storybook --check",
"prettier-format-storybook": "prettier .storybook --write",
"prepare": "husky install",
"post-install": "react-native setup-ios-permissions && pod-install"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^3.1.1",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/analytics": "^18.0.0",
"@react-native-firebase/app": "^18.0.0",
"@react-native-firebase/auth": "^18.0.0",
"@react-native-firebase/crashlytics": "^18.0.0",
"@react-native-firebase/database": "^18.2.0",
"@react-native-firebase/messaging": "^18.0.0",
"@react-native-firebase/perf": "^18.0.0",
"@react-native-firebase/remote-config": "^18.0.0",
"@react-native-firebase/storage": "^18.0.0",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@sentry/react-native": "^5.6.0",
"@types/validator": "^13.7.17",
"axios": "^1.3.4",
"lodash.debounce": "^4.0.8",
"mobx": "^6.9.0",
"mobx-react-lite": "^4.0.2",
"mobx-state-tree": "^5.1.8",
"mst-async-task": "^1.0.4",
"mst-persist": "^0.1.3",
"react": "18.2.0",
"react-hook-form": "^7.45.1",
"react-native": "0.71.4",
"react-native-bootsplash": "^4.5.3",
"react-native-config": "^1.5.0",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dots-pagination": "^0.3.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-linear-gradient": "^2.7.3",
"react-native-localization": "^2.3.1",
"react-native-modal-datetime-picker": "^17.0.0",
"react-native-permissions": "^3.8.0",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^3.0.2",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-svg": "^13.8.0",
"react-native-vector-icons": "^9.2.0",
"validator": "^13.9.0",
"zod": "^3.21.4"
},
"reactNativePermissionsIOS": [
"Camera",
"PhotoLibrary",
"PhotoLibraryAddOnly"
],
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/datetimepicker": "^7.0.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/slider": "^4.4.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-ondevice-actions": "^6.5.2",
"@storybook/addon-ondevice-controls": "^6.5.2",
"@storybook/addon-storyshots": "^7.0.2",
"@storybook/react-native": "^6.5.2",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.4.2",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.28",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-loader": "^8.3.0",
"eslint": "^8.19.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.8",
"pod-install": "0.1.38",
"prettier": "^2.4.1",
"react-dom": "18.2.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.9.5"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./setupTests.ts"
],
"transformIgnorePatterns": [
"node_modules/?!(react-native)",
"jest-runner"
],
"moduleNameMapper": {
"\\.svg": "<rootDir>/__mocks__/svgMock.ts"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
]
}
}