-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
201 lines (201 loc) · 7.47 KB
/
Copy pathpackage.json
File metadata and controls
201 lines (201 loc) · 7.47 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"name": "functionland",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ios": "nx run-ios",
"android": "nx run-android",
"start": "nx serve",
"build": "nx build",
"test": "nx run-many --all --skip-nx-cache --target=test",
"lint": "nx run-many --all --skip-nx-cache --target=lint",
"ensure:symlink": "nx ensure-symlink box && nx ensure-symlink file-manager",
"check-app-types": "tsc --noEmit --project apps/box/tsconfig.app.json && tsc --noEmit --project apps/file-manager/tsconfig.app.json",
"check-lib-types": "tsc --noEmit --project libs/component-library/tsconfig.lib.json",
"check": "yarn lint && yarn test && yarn check-app-types && yarn check-lib-types",
"check-ci": "yarn run check"
},
"private": true,
"dependencies": {
"@babel/core": "^7.27.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
"@babel/plugin-proposal-private-methods": "*",
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
"@babel/plugin-transform-template-literals": "^7.0.0-0",
"@babel/preset-env": "^7.27.2",
"@ethersproject/shims": "^5.7.0",
"@functionland/fula-sec": "^2.0.0",
"@functionland/react-native-fula": "1.58.2",
"@gorhom/bottom-sheet": "^5.2.8",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-community/slider": "5.1.1",
"@react-native-firebase/app": "^23.8.3",
"@react-native-firebase/crashlytics": "^23.8.3",
"@react-native-picker/picker": "^2.11.4",
"@react-navigation/bottom-tabs": "^7.10.1",
"@react-navigation/material-top-tabs": "^7.4.13",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.10.1",
"@react-navigation/stack": "^7.6.16",
"@reown/appkit-ethers-react-native": "latest",
"@reown/appkit-react-native": "^2.0.4",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@shopify/react-native-skia": "^2.4.14",
"@shopify/restyle": "^2.4.5",
"@visx/scale": "^3.12.0",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/react-native-compat": "^2.10.5",
"axios": "^1.16.0",
"big-integer": "^1.6.52",
"eciesjs": "^0.4.6",
"ethers": "5.7.2",
"i18next": "^25.8.0",
"i18next-resources-to-backend": "^1.2.1",
"moment": "^2.30.1",
"node-libs-react-native": "^1.2.1",
"react": "19.2.0",
"react-content-loader": "^7.0.2",
"react-dom": "19.2.0",
"react-i18next": "^15.4.1",
"react-native": "0.83.1",
"react-native-background-fetch": "^4.2.5",
"react-native-background-timer": "^2.4.1",
"react-native-ble-manager": "^12.4.4",
"react-native-device-info": "^14.0.4",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.30.0",
"react-native-get-random-values": "~1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^10.0.0",
"react-native-localize": "^3.6.1",
"react-native-modal": "^14.0.0-rc.1",
"react-native-pager-view": "^8.0.0",
"react-native-paper": "^5.14.5",
"react-native-permissions": "^5.4.4",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "^4.2.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-redash": "^18.1.4",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.20.0",
"react-native-sse": "latest",
"react-native-svg": "^15.15.1",
"react-native-svg-transformer": "^1.5.2",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-tab-view": "^4.2.2",
"react-native-tcp-socket": "^6.4.1",
"react-native-url-polyfill": "^3.0.0",
"react-native-vision-camera": "^4.6.3",
"react-native-webview": "^13.16.0",
"react-native-wheel-color-picker": "^1.2.0",
"react-native-wifi-reborn": "^4.13.6",
"react-native-worklets": "0.7.2",
"react-native-zeroconf": "^0.14.0",
"text-encoding-polyfill": "^0.6.7",
"tslib": "^2.8.1",
"viem": "2.44.4",
"whatwg-fetch": "^3.6.20",
"zustand": "^5.0.10"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/plugin-transform-class-static-block": "^7.27.1",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@nrwl/js": "19.8.4",
"@nrwl/workspace": "19.8.4",
"@nx/detox": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/react-native": "22.3.3",
"@nx/web": "22.3.3",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native-community/eslint-config": "^3.0.2",
"@react-native/babel-preset": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.4.1",
"@types/jest": "29.5.14",
"@types/node": "^18.16.9",
"@types/react": "^19.1.6",
"@types/react-native-background-timer": "^2.0.2",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"babel-jest": "29.7.0",
"babel-plugin-transform-import-meta": "^2.3.3",
"detox": "20.13.5",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "^27.6.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",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-react-native": "18.0.0",
"metro": "^0.83.1",
"metro-resolver": "^0.82.2",
"nx": "22.3.3",
"prettier": "3.1.0",
"react-native-config": "1.5.1",
"react-test-renderer": "19.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.9.2"
},
"resolutions": {
"elliptic": "^6.6.1",
"protobufjs": "^7.5.6",
"shell-quote": "^1.8.4",
"axios": "^1.16.0",
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"@isaacs/brace-expansion": "^5.0.1",
"defu": "^6.1.5",
"fast-uri": "^3.1.2",
"fast-xml-parser": "^4.5.5",
"flatted": "^3.4.2",
"h3": "^1.15.6",
"koa": "^3.1.2",
"lodash": "^4.18.1",
"prismjs": "^1.30.0",
"rollup": "^4.59.0",
"serialize-javascript": "^7.0.5",
"sjcl": "^1.0.9",
"tar": "^7.5.11",
"tmp": "^0.2.6",
"ws@7.4.6": "^7.5.10",
"minimatch@2 || 3": "^3.1.4",
"minimatch@^3.0.4": "^3.1.4",
"minimatch@^3.0.5": "^3.1.4",
"minimatch@^3.1.1": "^3.1.4",
"minimatch@^3.1.2": "^3.1.4",
"minimatch@^5.0.1": "^5.1.8",
"minimatch@9.0.3": "9.0.7",
"minimatch@^9.0.4": "^9.0.7",
"minimatch@^9.0.5": "^9.0.7",
"minimatch@^10.1.1": "^10.2.3",
"picomatch@4.0.2": "^4.0.4",
"picomatch@^4.0.2": "^4.0.4",
"picomatch@^4.0.3": "^4.0.4",
"picomatch@^2.0.4": "^2.3.2",
"picomatch@^2.2.2": "^2.3.2",
"picomatch@^2.2.3": "^2.3.2",
"picomatch@^2.3.1": "^2.3.2",
"svgo@^2.7.0": "^2.8.1",
"svgo@^3.0.2": "^3.3.3"
},
"packageManager": "yarn@3.6.4+sha512.e70835d4d6d62c07be76b3c1529cb640c7443f0fe434ef4b6478a5a399218cbaf1511b396b3c56eb03bc86424cff2320f6167ad2fde273aa0df6e60b7754029f"
}