This repository was archived by the owner on Feb 6, 2025. It is now read-only.
forked from jup-ag/jupiter-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 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
{
"name": "jupiter-react-native",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"modules": "commonjs",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@jup-ag/core": "1.0.0-beta.4",
"@jup-ag/react-hook": " 1.0.0-beta.4",
"@project-serum/anchor": "^0.17.1-beta.1",
"@solana/wallet-adapter-react": "^0.13.1",
"@types/bs58": "^4.0.1",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"dotenv": "^10.0.0",
"expo": "~43.0.2",
"expo-crypto": "^10.0.3",
"expo-random": "^12.0.1",
"expo-status-bar": "~1.1.0",
"node-libs-expo": "^0.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native-dotenv": "^3.3.1",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "0.17.2",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@expo/webpack-config": "^0.16.12",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"resolutions": {
"@solana/web3.js": "1.31.0",
"@solana/buffer-layout": "4.0.0",
"cross-fetch": "3.1.4"
},
"browser": {
"fs": false
},
"private": true
}