forked from coral-xyz/xnft-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) 路 2.2 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) 路 2.2 KB
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
59
60
61
62
63
64
65
66
67
68
69
{
"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",
"web": "expo start --web"
},
"dependencies": {
"@coral-xyz/common-public": "^0.2.0-latest.971",
"@expo-google-fonts/dev": "*",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@metaplex-foundation/js": "^0.17.12",
"@project-serum/anchor": "^0.26.0",
"@react-native-community/masked-view": "*",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/drawer": "6.4.1",
"@react-navigation/elements": "1.3.3",
"@react-navigation/material-bottom-tabs": "6.2.1",
"@react-navigation/material-top-tabs": "6.2.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/native-stack": "6.6.1",
"@react-navigation/stack": "6.2.1",
"@solana/spl-token": "^0.3.6",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "^1.73.0",
"expo": "~47.0.8",
"expo-constants": "~14.0.2",
"expo-linking": "~3.3.0",
"expo-status-bar": "~1.4.2",
"jwt-decode": "^3.1.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-error-overlay": "6.0.9",
"react-native": "0.70.5",
"react-native-dotenv": "^3.4.7",
"react-native-gesture-handler": "~2.8.0",
"react-native-pager-view": "6.0.1",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.0.0",
"react-native-web": "~0.18.9",
"recoil": "*",
"twrnc": "*",
"uuid": "*"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3",
"xnft": "latest"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"private": true,
"engines": {
"node": "<17"
}
}