-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 5.69 KB
/
Copy pathpackage.json
File metadata and controls
171 lines (171 loc) · 5.69 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "@open-webui-react-native/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "npx tsc && npx eslint ./",
"format": "npx prettier --write . && npm run lint -- --fix",
"prepare": "husky install",
"deps:sync": "npx syncpack fix-mismatches",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@expo/metro-config": "~54.0.11",
"@expo/metro-runtime": "~6.1.2",
"@gorhom/bottom-sheet": "^5.2.8",
"@hookform/resolvers": "^5.1.1",
"@legendapp/state": "^3.0.0-beta.31",
"@likashefqet/react-native-image-zoom": "^4.3.0",
"@lukemorales/query-key-factory": "^1.3.4",
"@pusher/pusher-websocket-react-native": "^1.3.1",
"@react-native-community/hooks": "^100.1.0",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-google-signin/google-signin": "^15.0.0",
"@react-navigation/drawer": "^7.3.9",
"@ronas-it/axios-api-client": "^0.1.2",
"@ronas-it/react-native-common-modules": "^1.1.0",
"@ronas-it/rtkq-entity-api": "^0.4.10",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-persist-client": "^5.87.4",
"axios-observable": "^2.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
"class-transformer": "^0.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"expo": "^54.0.0",
"expo-asset": "~12.0.11",
"expo-audio": "~1.1.0",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.12",
"expo-crypto": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-image-picker": "~17.0.10",
"expo-insights": "~0.10.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.10",
"expo-localization": "~17.0.8",
"expo-media-library": "~18.2.1",
"expo-router": "~6.0.19",
"expo-sharing": "~14.0.8",
"expo-speech": "~14.0.8",
"expo-splash-screen": "~31.0.12",
"expo-status-bar": "~3.0.9",
"expo-updates": "~29.0.15",
"html-entities": "^2.6.0",
"i18n-js": "^4.5.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"luxon": "^3.6.1",
"markdown-it-math": "^5.2.1",
"nativewind": "^4.1.23",
"patch-package": "^8.0.0",
"pusher-js": "^8.4.0",
"react": "19.1.0",
"react-compiler-runtime": "^19.0.0-beta-ebf51a3-20250411",
"react-content-loader": "^7.0.2",
"react-dom": "19.1.0",
"react-hook-form": "^7.57.0",
"react-native": "0.81.5",
"react-native-code-highlighter": "^1.3.0",
"react-native-compressor": "^1.12.0",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-markdown-display": "^7.0.2",
"react-native-mathjax-svg": "^0.9.9",
"react-native-mmkv": "^3.2.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-svg-transformer": "~1.5.0",
"react-native-toast-message": "^2.3.0",
"react-native-uuid": "^2.0.3",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.7.1",
"reflect-metadata": "^0.2.2",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^3.4.17",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.8.0",
"@expo/cli": "~0.21.8",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/expo": "20.4.6",
"@nx/jest": "20.4.6",
"@nx/js": "20.4.6",
"@nx/workspace": "20.4.6",
"@ronas-it/nx-generators": "^0.14.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.9.0",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.6.2",
"@types/markdown-it": "^14.1.2",
"@types/node": "^18.16.9",
"@types/react": "~19.1.10",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"ajv": "^8.17.1",
"babel-jest": "^29.7.0",
"babel-preset-expo": "~54.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~54.0.16",
"lint-staged": "^16.1.0",
"nx": "20.4.6",
"prettier": "^3.3.2",
"react-test-renderer": "~19.0.0",
"reactotron-react-native": "^5.1.13",
"syncpack": "^12.3.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsc-files": "^1.1.4",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.19.0"
},
"overrides": {
"metro": "^0.83.0",
"metro-resolver@": "^0.83.0",
"metro-config": "^0.83.0",
"stylus": "https://github.com/stylus/stylus/archive/refs/tags/0.64.0.tar.gz"
},
"workspaces": [
"apps/*"
],
"lint-staged": {
"*.{ts,tsx}": "tsc-files --noEmit types.d.ts",
"*.{ts,tsx,js,html,json,md}": "prettier --write",
"*.{ts,tsx,js}": "eslint --cache --fix"
}
}