-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 964 Bytes
/
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
{
"name": "example",
"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",
"elements": "npm remove elements-mobile-sdk && npm cache clean --force && npm install ../elements-mobile-sdk-0.1.0-alpha.tgz"
},
"dependencies": {
"@candypay/checkout-sdk": "^0.1.56",
"@candypay/elements-mobile-sdk": "^0.2.7",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.0",
"@solana/web3.js": "^1.77.2",
"expo": "~48.0.15",
"expo-dev-client": "~2.2.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-get-random-values": "^1.9.0",
"react-native-url-polyfill": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/react-native-vector-icons": "^6.4.13",
"typescript": "^4.9.4"
},
"private": true
}