-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.06 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"scripts": {
"build": "expo export:web",
"start": "yarn build && npx xnft web",
"bundle": "yarn build && npx xnft bundle",
"dev": "GENERATE_SOURCEMAP=false expo start --web & npx xnft --iframe http://localhost:19006",
"format": "prettier --write ."
},
"homepage": ".",
"dependencies": {
"@coral-xyz/common-public": "^0.2.0-latest.1931",
"@coral-xyz/xnft-cli": "^0.5.1-latest.3802",
"@expo-google-fonts/dev": "*",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/slider": "^4.4.2",
"@react-native/assets-registry": "^0.72.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/elements": "^1.3.17",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "6.6.1",
"@react-navigation/stack": "^6.3.16",
"@shadow-drive/sdk": "^3.3.0",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.0",
"commander": "^9.4.1",
"crypto-browserify": "^3.12.0",
"expo": "^48.0.5",
"expo-av": "^13.2.1",
"expo-constants": "~14.2.1",
"expo-document-picker": "^11.2.1",
"expo-file-system": "^15.2.2",
"expo-linking": "~4.0.1",
"expo-status-bar": "~1.4.4",
"expo-video-player": "^2.2.0",
"fast-glob": "^3.2.12",
"form-data": "^4.0.0",
"glob": "^8.0.3",
"jszip": "^3.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-error-overlay": "6.0.9",
"react-native": "0.71.3",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-file-type": "^1.0.0",
"react-native-flash-message": "^0.4.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-modalize": "^2.1.1",
"react-native-pie-chart": "^2.1.1",
"react-native-reanimated": "^2.14.4",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "^13.9.0",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.18.9",
"react-native-webview": "^12.0.2",
"react-xnft": "^0.2.0-latest.3375",
"recoil": "*",
"stream-browserify": "^3.0.0",
"twrnc": "*",
"uuid": "*"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@expo/webpack-config": "^18.0.1",
"@types/node": "^18.14.0",
"@types/react": "~18.0.26",
"@types/react-native": "~0.71.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-universe": "^11.1.1",
"prettier": "^2.8.4",
"react-native-progress": "^5.0.0",
"typescript": "^4.6.3",
"xnft": ">0.2.0-latest.2873"
},
"private": true,
"engines": {
"node": "<17"
},
"eslintConfig": {
"extends": "universe/native"
}
}