-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
208 lines (208 loc) · 6.31 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
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
202
203
204
205
206
207
208
{
"name": "saibase",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.5.0",
"@contactlab/appy": "^5.1.0",
"@coral-xyz/common-public": "^0.2.0-latest.3375",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@expo-google-fonts/dev": "*",
"@expo/metro-config": "0.10.7",
"@expo/vector-icons": "^13.0.0",
"@growthbook/growthbook": "^0.23.0",
"@growthbook/growthbook-react": "^0.9.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.5",
"@jup-ag/react-hook": "^6.0.0-beta.2",
"@jup-ag/wallet-adapter": "^0.1.3",
"@metaplex-foundation/js": "^0.18.1",
"@noble/ed25519": "^2.0.0",
"@project-serum/anchor": "^0.26.0",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/native-stack": "6.6.1",
"@react-navigation/stack": "6.2.1",
"@sentry/nextjs": "^7.74.1",
"@sentry/node": "^7.41.0",
"@solana/pay": "^0.2.4",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.2",
"@staratlas/factory": "^0.4.4",
"@staratlas/galactic-marketplace": "^0.9.7",
"@swc/helpers": "0.5.3",
"@tanstack/react-table": "^8.8.5",
"bignumber.js": "^9.1.0",
"bs58": "^5.0.0",
"classnames": "^2.3.1",
"commander": "^10.0.0",
"cookie": "^0.5.0",
"cron": "^2.2.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"expo": "~48.0.7",
"expo-constants": "~14.2.1",
"expo-linking": "~4.0.1",
"expo-splash-screen": "0.20.5",
"expo-status-bar": "1.6.0",
"fast-glob": "^3.2.12",
"fastify": "^4.25.2",
"fp-ts": "^2.13.1",
"framer-motion": "^6",
"glob": "^8.0.3",
"invariant": "^2.2.4",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"isomorphic-fetch": "^3.0.0",
"jotai": "^2.0.2",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"md5": "^2.3.0",
"mongodb": "^5.1.0",
"next": "13.4.1",
"react": "18.2.0",
"react-countdown": "^2.3.2",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-error-overlay": "6.0.11",
"react-hook-form": "^7.40.0",
"react-intl": "^6.2.8",
"react-is": "18.2.0",
"react-jazzicon": "^1.0.4",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.0.0",
"react-native-web": "0.19.9",
"react-toastify": "^9.1.1",
"react-xnft": "^0.2.0-latest.3375",
"recoil": "*",
"sharp": "^0.30.7",
"stream-browserify": "^3.0.0",
"styled-components": "5.3.6",
"swr": "^1.1.2-beta.0",
"ts-adt": "^2.1.2",
"ts-pattern": "^4.2.0",
"tslib": "^2.3.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"twrnc": "^3.6.0",
"uuid": "^9.0.0",
"zustand": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@commitlint/config-nx-scopes": "17.4.2",
"@coral-xyz/xnft-cli": "^0.6.5-latest.4838",
"@netlify/plugin-nextjs": "^4.39.0",
"@nx/cypress": "17.0.1",
"@nx/detox": "17.0.1",
"@nx/esbuild": "17.0.1",
"@nx/eslint": "17.0.1",
"@nx/eslint-plugin": "17.0.1",
"@nx/expo": "17.0.1",
"@nx/express": "17.0.1",
"@nx/jest": "17.0.1",
"@nx/js": "17.0.1",
"@nx/next": "17.0.1",
"@nx/node": "17.0.1",
"@nx/react": "17.0.1",
"@nx/rollup": "17.0.1",
"@nx/vite": "17.0.1",
"@nx/workspace": "17.0.1",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "8.0.1",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.93",
"@swc/jest": "0.2.20",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "12.3.0",
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/chai": "^4.3.0",
"@types/cookie": "^0.5.2",
"@types/cron": "^2.0.0",
"@types/express": "4.17.13",
"@types/invariant": "^2.2.35",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/md5": "^2.3.2",
"@types/mocha": "^9.0.0",
"@types/node": "18.14.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-is": "18.2.2",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@unsplash/ts-namespace-import-plugin": "^1.0.0",
"@vitejs/plugin-react": "~4.0.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"autoprefixer": "latest",
"babel-jest": "^29.4.1",
"babel-plugin-styled-components": "1.10.7",
"babel-preset-expo": "9.5.2",
"chai": "^4.3.4",
"cypress": "^13.0.0",
"detox": "20.11.4",
"eas-cli": "5.2.0",
"esbuild": "0.19.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"expo": "49.0.10",
"expo-cli": "6.3.2",
"express": "^4.18.1",
"husky": "8.0.3",
"jest": "^29.4.1",
"jest-circus": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "49.0.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "~22.1.0",
"metro": "0.76.7",
"metro-resolver": "0.76.7",
"mocha": "^9.0.3",
"next-transpile-modules": "^10.0.0",
"nx": "17.0.1",
"postcss": "latest",
"prettier": "^2.6.2",
"tailwindcss": "latest",
"ts-jest": "29.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"vite": "~4.3.9",
"vite-plugin-mkcert": "^1.16.0",
"vitest": "~0.32.0"
},
"scripts": {
"postinstall": "husky install"
},
"resolutions": {
"@solana/spl-token": "^0.3.8"
},
"packageManager": "[email protected]"
}