-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.18 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "solis-app",
"private": false,
"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": {
"@ant-design/icons": "^5.2.5",
"@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",
"@metaplex-foundation/js": "^0.19.4",
"@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.3.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.78.2",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"antd": "^5.8.2",
"async": "^3.2.4",
"bootstrap": "5.3.1",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"commander": "^9.4.1",
"date-fns": "^2.30.0",
"dotenv": "^16.3.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",
"lodash": "^4.17.21",
"lord-icon-element": "^4.1.1",
"lottie-react": "^2.4.0",
"next": "^13.4.12",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-error-overlay": "6.0.11",
"react-hook-form": "^7.45.4",
"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": "*",
"styled-components": "^6.0.7",
"twrnc": "*",
"uuid": "*"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@expo/webpack-config": "^18.0.1",
"@types/lodash": "^4.14.196",
"@types/react": "~18.0.28",
"@types/react-native": "~0.71.3",
"prettier": "^3.0.1",
"typescript": "^4.9.5",
"xnft": "latest"
},
"resolutions": {
"react-error-overlay": "6.0.11"
},
"version": "0.0.0"
}