-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 6.58 KB
/
package.json
File metadata and controls
157 lines (157 loc) · 6.58 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "onestep",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"test": "jest",
"e2e-test:android": "APP_MODE=development npx expo start --android & maestro test ./tests/android.yaml",
"e2e-test:ios": "APP_MODE=development npx expo start --ios & maestro test -e $(cat .env.e2e | xargs) ./tests/ios.yaml",
"start": "expo start",
"android": "expo run:android",
"android:local": "APP_MODE=local npx expo prebuild --platform android --clean && APP_MODE=local expo run:android",
"android:dev": "APP_MODE=development npx expo prebuild --platform android --clean && APP_MODE=development expo run:android",
"android:stage": "APP_MODE=staging npx expo prebuild --platform android --clean && APP_MODE=staging expo run:android",
"android:prod": "APP_MODE=production npx expo prebuild --platform android --clean && APP_MODE=production expo run:android",
"ios:local": "APP_MODE=local npx expo prebuild --platform ios --clean && APP_MODE=local expo run:ios",
"ios:dev": "APP_MODE=development npx expo prebuild --platform ios --clean && APP_MODE=development expo run:ios",
"ios:stage": "APP_MODE=staging npx expo prebuild --platform ios --clean && APP_MODE=staging expo run:ios",
"ios:prod": "APP_MODE=production npx expo prebuild --platform ios --clean && APP_MODE=production expo run:ios",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --fix",
"prettier-check": "prettier --check .",
"android:ci": "expo build:android -t apk --non-interactive",
"postinstall": "patch-package",
"start:local": "APP_MODE=development npx expo prebuild && APP_MODE=local expo start",
"start:dev": "APP_MODE=development npx expo prebuild && APP_MODE=development expo start",
"start:stage": "APP_MODE=development npx expo prebuild && APP_MODE=staging expo start",
"start:prod": "APP_MODE=development npx expo prebuild && APP_MODE=production expo start",
"storybook-generate": "sb-rn-get-stories",
"storybook": "APP_MODE=development STORYBOOK_ENABLED='true' expo start",
"prepare": "husky install",
"type-check": "tsc --noEmit",
"clear-port": "lsof -ti:8081 | xargs kill -9"
},
"lint-staged": {
"./**/*.{js,jsx,ts,tsx}": [
"eslint --ignore-pattern '.storybook/' --fix --max-warnings=0",
"prettier --write"
]
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@sentry/.*|@react-native-firebase/.*)"
],
"setupFiles": [
"./jest.setup.js"
],
"testEnvironment": "jsdom"
},
"dependencies": {
"@eva-design/eva": "^2.2.0",
"@expo/metro-runtime": "~3.2.1",
"@gorhom/bottom-sheet": "^4.6.3",
"@invertase/react-native-apple-authentication": "^2.4.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/analytics": "^20.3.0",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/auth": "^20.3.0",
"@react-native-firebase/crashlytics": "^20.3.0",
"@react-native-firebase/messaging": "^20.2.1",
"@react-native-google-signin/google-signin": "^13.1.0",
"@sentry/react-native": "^6.1.0",
"@tanstack/react-query-devtools": "^5.51.15",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"expo": "^51.0.38",
"expo-apple-authentication": "~6.4.2",
"expo-auth-session": "~5.5.2",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.20",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.17",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-updates": "~0.25.22",
"expo-web-browser": "~13.0.3",
"i18next": "^23.15.1",
"jwt-decode": "^4.0.0",
"lexorank": "^1.0.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react": "^18.3.1",
"react-apple-signin-auth": "^1.1.0",
"react-dom": "18.2.0",
"react-i18next": "^15.0.2",
"react-native": "^0.75.3",
"react-native-animatable": "^1.4.0",
"react-native-dotenv": "^3.4.11",
"react-native-date-picker": "^5.0.7",
"react-native-draggable-flatlist": "4.0.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-accessory": "^0.1.16",
"react-native-localize": "^3.2.1",
"react-native-reanimated": "3.15.5",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "^3.34.0",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "^9.4.0",
"react-native-ui-kitten": "^4.4.1",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"react-query": "^3.39.3",
"react-window": "^1.8.10",
"typescript": "4.9",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-static-block": "^7.25.8",
"@eslint/js": "^9.6.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/slider": "^4.5.3",
"@storybook/addon-ondevice-actions": "^8.3.6",
"@storybook/addon-ondevice-controls": "^8.3.6",
"@storybook/core": "^8.3.5",
"@storybook/react-native": "^8.3.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react-native": "^12.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^8.4.1",
"babel-plugin-module-resolver": "^5.0.2",
"detox": "^20.27.2",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.6.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-expo": "^51.0.4",
"lint-staged": "^15.2.10",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.2",
"wait-on": "^8.0.1"
},
"private": true
}