-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.99 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "void",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"mobile-app:codegen:watch": "npm run mobile-app:codegen -- --watch",
"mobile-app:codegen": "npm run codegen -- --project mobile-app",
"codegen": "graphql-codegen --config graphql.config.js"
},
"private": true,
"dependencies": {
"@dotlottie/react-player": "^1.6.5",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^3.3.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mapbox/sphericalmercator": "^1.2.0",
"@react-native-community/netinfo": "^11.1.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@tanstack/react-query": "^5.8.7",
"axios": "^1.6.2",
"core-js": "^3.33.3",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-ws": "^5.14.2",
"i18next": "^23.7.6",
"immer": "^10.0.3",
"intl-pluralrules": "^2.0.1",
"jotai": "^2.6.0",
"lottie-react-native": "^6.4.1",
"nanoid": "^5.0.3",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.48.2",
"react-i18next": "^13.5.0",
"react-merge-refs": "^2.1.1",
"react-native": "0.72.7",
"react-native-audio-recorder-player": "^3.6.4",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-localize": "^3.0.4",
"react-native-maps": "^1.8.0",
"react-native-maps-directions": "^1.9.0",
"react-native-mask-text": "^0.14.2",
"react-native-mmkv": "^2.11.0",
"react-native-paper": "^5.11.2",
"react-native-paper-dates": "^0.20.4",
"react-native-permissions": "^3.10.1",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "^3.27.0",
"react-native-sound": "^0.11.2",
"react-native-vector-icons": "^10.0.2",
"regenerator-runtime": "0.14.0",
"tslib": "^2.6.2",
"zen-observable": "^0.10.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@emotion/babel-plugin": "11.11.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@nrwl/js": "17.1.3",
"@nx/cypress": "17.1.3",
"@nx/detox": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/next": "17.1.3",
"@nx/react": "17.1.3",
"@nx/react-native": "17.1.3",
"@nx/web": "17.1.3",
"@nx/workspace": "17.1.3",
"@react-native-community/cli": "12.1.1",
"@react-native-community/cli-doctor": "^12.1.1",
"@react-native-community/cli-platform-android": "12.1.1",
"@react-native-community/cli-platform-ios": "12.1.1",
"@react-native/metro-config": "0.73.2",
"@swc/plugin-emotion": "^2.5.103",
"@tanstack/eslint-plugin-query": "^5.8.4",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react": "14.1.2",
"@testing-library/react-native": "12.4.0",
"@types/jest": "29.5.10",
"@types/mapbox__sphericalmercator": "^1.2.3",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.7",
"@types/zen-observable": "^0.8.7",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-jest": "29.7.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.0",
"detox": "^20.13.5",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "29.7.0",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-react-native": "18.0.0",
"metro": "0.80.1",
"metro-babel-register": "0.80.1",
"metro-config": "0.80.1",
"metro-react-native-babel-preset": "0.77.0",
"metro-react-native-babel-transformer": "0.77.0",
"metro-resolver": "0.80.1",
"nx": "17.1.3",
"prettier": "^3.1.0",
"react-native-dotenv": "^3.4.9",
"react-native-svg": "^14.0.0",
"react-native-svg-transformer": "1.1.0",
"react-native-webview": "^13.6.3",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.2"
}
}