-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "typescript-react-tutorial",
"version": "0.1.0",
"private": true,
"dependencies": {
"immutable": "^3.8.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-scripts-ts": "2.13.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@ethersproject/abi": "^5.0.7",
"@ethersproject/abstract-signer": "^5.0.7",
"@ethersproject/bignumber": "^5.0.8",
"@ethersproject/bytes": "^5.0.5",
"@ethersproject/contracts": "^5.0.5",
"@ethersproject/experimental": "^5.0.5",
"@ethersproject/hash": "^5.0.6",
"@ethersproject/keccak256": "^5.0.4",
"@ethersproject/providers": "^5.0.14",
"@ethersproject/signing-key": "^5.0.5",
"@ethersproject/solidity": "^5.0.5",
"@ethersproject/strings": "^5.0.5",
"@ethersproject/wallet": "^5.0.7",
"@imtbl/imlogging": "^1.0.33",
"@imtbl/imx-sdk": "^1.3.39",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/dotenv": "^8.2.0",
"@types/elliptic": "^6.4.14",
"@types/jest": "^22.1.4",
"@types/node": "^9.4.6",
"@types/qs": "^6.9.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-redux": "^5.0.15",
"@types/react-router-dom": "^5.3.3",
"@types/redux-actions": "^2.2.4",
"dotenv": "^8.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.3.3",
"typescript": "^4.3.5"
}
}