-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 2.5 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
{
"name": "@phantom-labs/sandbox",
"version": "1.0.0",
"description": "The official CodeSandbox for learning how to interact with Phantom Wallet.",
"license": "MIT",
"keywords": [
"phantom",
"phantom wallet",
"phantom-wallet",
"codesandbox",
"solana",
"ethereum",
"crypto",
"blockchain",
"love"
],
"dependencies": {
"@rainbow-me/rainbowkit": "^1",
"@solana/wallet-adapter-ant-design": "^0.11.28",
"@solana/wallet-adapter-base": "0.9.23",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-standard-features": "1.1.0",
"@solana/wallet-standard-util": "1.1.0",
"@solana/web3.js": "1.63.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@wagmi/core": "^1.0.1",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "6.1.9",
"@web3-react/core/latest": "npm:@web3-react/core@8",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/types/latest": "npm:@web3-react/types@8",
"bs58": "^5.0.0",
"ethers": "^5",
"phantom-wagmi-connector": "^1.0.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.4",
"styled-components": "^5.3.5",
"tweetnacl": "^1.0.3",
"typescript": "^4.4.2",
"viem": "^0.3.19",
"wagmi": "^1",
"web-vitals": "^2.1.0",
"web3-react-phantom": "^1.0.3",
"web3-react-v6-phantom": "^1.0.5"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.5",
"typescript": "^4.4.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"create-app": "sh ./scripts/create-react-app-from-sandbox.sh",
"tsc": "tsc"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}