-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.02 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
{
"name": "s7-solana-mobile-dev",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android --dev-client",
"build:dev": "eas build --profile development --platform android --local",
"build:preview": "eas build --profile preview --platform android --local",
"fix": "node metaplex-fixer.mjs",
"clean": "rimraf node_modules",
"reset": "yarn clean && yarn",
"postinstall": "yarn fix"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.16",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.1.3",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.3",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "^5.24.1",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"expo": "~50.0.19",
"expo-clipboard": "~5.0.1",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.12",
"expo-image-picker": "~14.7.1",
"expo-location": "~16.5.5",
"expo-media-library": "~15.9.2",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-url-polyfill": "^2.0.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "~18.2.14",
"glob": "11.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.1.3"
},
"private": true
}