-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.76 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
{
"name": "erc20-bridge-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@randlabs/myalgo-connect": "^1.2.0",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"algosdk": "^1.19.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"bootstrap": "^5.2.3",
"ethers": "^5.6.9",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-toggle-button": "^2.2.0",
"socket.io-client": "^4.5.1",
"web-vitals": "^2.1.4",
"web3": "^1.7.4",
"web3-erc20-contracts-types": "git+https://github.com/XP-NETWORK/web3-erc20-contracts-types#f85932dc67e9b05d7a0742dc76914ac0d2376e2b",
"web3-react": "^5.0.5",
"xpjs-erc20": "git+https://github.com/XP-NETWORK/xpjs-erc20#master-dist"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}