-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
51 lines (51 loc) · 1.46 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
{
"private": true,
"homepage": ".",
"scripts": {
"build": "expo export:web",
"start": "yarn build && npx xnft web",
"bundle": "yarn build && npx xnft bundle",
"dev": "BROWSER=none expo start --web & npx xnft --iframe http://localhost:19006"
},
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@coral-xyz/common-public": "^0.2.0-latest.3375",
"@expo-google-fonts/dev": "*",
"@expo/vector-icons": "^13.0.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",
"@solana/web3.js": "^1.73.0",
"commander": "^9.4.1",
"expo": "~48.0.7",
"expo-constants": "~14.2.1",
"expo-linking": "~4.0.1",
"expo-status-bar": "~1.4.4",
"fast-glob": "^3.2.12",
"glob": "^8.0.3",
"jszip": "^3.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-overlay": "6.0.11",
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.12",
"recoil": "*",
"twrnc": "*",
"uuid": "*"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@expo/webpack-config": "^18.0.1",
"@types/react": "~18.0.28",
"@types/react-native": "~0.71.3",
"typescript": "^4.9.5",
"xnft": "latest"
},
"resolutions": {
"react-error-overlay": "6.0.11"
}
}