-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
196 lines (196 loc) · 6.64 KB
/
Copy pathpackage.json
File metadata and controls
196 lines (196 loc) · 6.64 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
{
"name": "@opentix/platform",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "npx nx run userweb:serve",
"vendordev": "npx nx run vendorweb:serve",
"usermobiledev": "npx nx run usermobile:start --tunnel",
"vendormobiledev": "npx nx run vendormobile:start --tunnel",
"lint": "npx nx affected --target=lint --base=origin/main",
"test": "npx nx affected --target=test --base=origin/main",
"build": "npx nx affected --target=build --base=origin/main",
"lintall": "npx nx run-many --target=lint --all",
"testall": "npx nx run-many --target=test --all",
"buildall": "npx nx run-many --target=build --all",
"all": "npx nx run-many -t lint test build",
"affected": "npx nx affected -t lint test build",
"prepare": "husky || true",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"jest": "npx jest --detectOpenHandles --forceExit",
"vendormobileallprod": "npx nx build vendormobile --profile preview --platform all",
"vendormobileandroidprod": "npx nx build vendormobile --profile preview --platform android",
"vendormobileiosprod": "npx nx build vendormobile --profile preview --platform ios",
"usermobileallprod": "npx nx build usermobile --profile preview --platform all",
"usermobileandroidprod": "npx nx build usermobile --profile preview --platform android",
"usermobileiosprod": "npx nx build usermobile --profile preview --platform ios"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"private": true,
"dependencies": {
"@aws-sdk/client-sns": "^3.782.0",
"@dynamic-labs/client": "^4.8.4",
"@dynamic-labs/ethereum": "^4.6.1",
"@dynamic-labs/react-hooks": "4.8.4",
"@dynamic-labs/react-native-extension": "^4.8.4",
"@dynamic-labs/sdk-react-core": "^4.6.1",
"@dynamic-labs/viem-extension": "^4.8.4",
"@expo/metro-config": "~0.19.0",
"@expo/metro-runtime": "~4.0.0",
"@lottiefiles/dotlottie-react": "^0.6.5",
"@mantine/core": "^7.17.1",
"@mantine/dropzone": "^7.17.1",
"@mantine/hooks": "^7.17.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/material-top-tabs": "^7.2.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.2.0",
"@tabler/icons-react": "^3.30.0",
"@tanstack/react-query": "^5.66.9",
"@types/react-native": "^0.73.0",
"aws-cdk-lib": ">=2.187.0",
"expo": "~52.0.42",
"expo-camera": "~16.0.18",
"expo-constants": "~17.0.8",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.19",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-web-browser": "~14.0.2",
"image-size": ">=1.2.1",
"leaflet": "^1.9.4",
"lottie-react-native": "7.1.0",
"next-themes": "^0.4.6",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-leaflet": "^4.2.1",
"react-native": "0.76.9",
"react-native-add-wallet": "^0.1.0",
"react-native-animation-catalog": "^0.0.2",
"react-native-camera": "^4.2.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-nfc-manager": "^3.16.1",
"react-native-pager-view": "6.5.1",
"react-native-paper": "^5.13.1",
"react-native-permissions": "^3.8.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^4.0.10",
"react-native-wallet-manager": "^1.1.1",
"react-native-webview": "13.12.5",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.28.1",
"react-spinners": "^0.15.0",
"styled-components": "5.3.6",
"tanstack": "^1.0.0",
"text-encoding": "^0.7.0",
"usehooks-ts": "^3.1.1",
"viem": "^2.23.2",
"web-streams-polyfill": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/js": "^9.8.0",
"@expo/cli": "~0.21.8",
"@expo/ngrok": "^4.1.3",
"@nx-go/nx-go": "^3.3.1",
"@nx/esbuild": "^20.4.6",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/expo": "^20.4.6",
"@nx/js": "20.4.6",
"@nx/react": "20.4.6",
"@nx/react-native": "20.4.6",
"@nx/rollup": "20.4.6",
"@nx/web": "20.4.6",
"@nx/webpack": "20.4.6",
"@nx/workspace": "20.4.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native/babel-preset": "0.76.7",
"@react-native/metro-config": "0.76.7",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react-native": "12.9.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/jest": "29.5.14",
"@types/leaflet": "^1.9.17",
"@types/node": "18.16.9",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@types/react-is": "18.3.0",
"@types/react-leaflet": "^2.8.3",
"@types/styled-components": "5.1.26",
"aws-cdk": ">=2.178.2",
"babel-jest": "29.7.0",
"babel-plugin-styled-components": "1.10.7",
"babel-preset-expo": "~12.0.1",
"core-js": "^3.36.1",
"esbuild": ">=0.25.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.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",
"husky": "^9.1.7",
"image-size": "^2.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-expo": "~52.0.2",
"jest-react-native": "18.0.0",
"lint-staged": "^15.4.3",
"nx": "20.4.6",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"react-is": "^19.0.0",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "1.5.0",
"react-native-svg-web": "~1.0.9",
"react-native-web": "0.19.13",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.3.1",
"rollup": "^4.14.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"typescript": "5.7.3",
"typescript-eslint": "8.24.1",
"webpack-cli": "^5.1.4"
},
"overrides": {
"eciesjs": "0.4.14",
"koa": ">=2.15.4",
"cross-spawn": ">=6.0.6",
"esbuild": ">=0.25.0"
}
}