-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx xnft native start",
"build": "expo export:web",
"dev": "expo start --web & npx xnft dev --iframe http://localhost:19006"
},
"dependencies": {
"@coral-xyz/common-public": "^0.2.0-latest.1931",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@orca-so/common-sdk": "^0.1.5",
"@orca-so/whirlpools-sdk": "^0.7.2",
"@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",
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "^1.73.0",
"decimal.js": "^10.4.3",
"expo": "~47.0.8",
"expo-linking": "~3.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.9",
"recoil": "*",
"twrnc": "*"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@types/react": "~18.0.26",
"@types/react-native": "~0.71.0",
"typescript": "^4.9.4",
"xnft": "latest"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"private": true,
"engines": {
"node": "<17"
}
}