-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "solana-expo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@metaplex-foundation/js": "^0.19.4",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.1",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.2",
"@solana/web3.js": "^1.87.6",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"path-browserify": "^1.0.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-get-random-values": "^1.10.0",
"react-native-url-polyfill": "^2.0.0",
"readable-stream": "^4.4.2",
"rn-fetch-blob": "^0.12.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"expo-image-picker": "~14.3.2",
"expo-dev-client": "~2.4.12"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
}