-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.8 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
{
"name": "come-on-frontend",
"version": "2.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"test": "jest --watchAll",
"android": "expo start --android",
"ios": "expo start --ios",
"storybook": "sb-rn-get-stories && STORYBOOK_ENABLED='true' npx expo start",
"storybook:ios": "sb-rn-get-stories && STORYBOOK_ENABLED='true' expo start --ios",
"storybook:android": "sb-rn-get-stories && STORYBOOK_ENABLED='true' expo start --android",
"storybook-watch": "sb-rn-watcher",
"storybook-generate": "sb-rn-get-stories"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/analytics": "^18.5.0",
"@react-native-firebase/app": "^18.5.0",
"@react-native-firebase/crashlytics": "^18.5.0",
"@react-native-firebase/perf": "^18.5.0",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^1.9.6",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@tanstack/react-query": "^4.35.7",
"async-wave": "^1.5.5",
"axios": "^1.5.1",
"expo": "^49.0.13",
"expo-apple-authentication": "~6.1.0",
"expo-build-properties": "~0.8.3",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.16",
"expo-web-browser": "~12.3.2",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-calendars": "^1.1301.0",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-element-dropdown": "^2.10.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.7.1",
"react-native-material-menu": "^2.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-toast-message": "^2.1.6",
"react-redux": "^8.1.3",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@jest/globals": "^29.7.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@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.5",
"@storybook/addon-ondevice-controls": "^6.5.5",
"@storybook/react-native": "^6.5.5",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.0",
"@types/lodash": "^4.14.199",
"@types/react": "~18.2.14",
"@types/react-test-renderer": "^18.0.3",
"@types/redux-logger": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"jest": "^29.2.1",
"jest-date-mock": "^1.0.8",
"jest-expo": "^49.0.0",
"msw": "^1.3.2",
"prettier": "^3.0.3",
"react-dom": "18.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-test-renderer": "18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"private": true
}