-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.03 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
94
95
96
97
98
99
100
101
102
{
"name": "web3-events",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@cloudflare/workers-types": "^4.20230321.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nrwl/cypress": "15.8.5",
"@nrwl/esbuild": "15.8.5",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/jest": "15.8.5",
"@nrwl/js": "15.8.5",
"@nrwl/linter": "15.8.5",
"@nrwl/node": "^15.8.5",
"@nrwl/react": "^15.8.5",
"@nrwl/webpack": "15.8.5",
"@nrwl/workspace": "15.8.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "14.0.0",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"@types/chai": "^4.3.1",
"@types/jest": "^29.4.0",
"@types/mocha": "^9.1.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "^29.4.1",
"chai": "^4.3.6",
"cypress": "^12.2.0",
"dotenv": "^10.0.0",
"erc721a-sbt": "^1.0.0",
"esbuild": "^0.17.5",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.4",
"hardhat": "^2.9.3",
"hardhat-gas-reporter": "^1.0.8",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "15.8.5",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.22",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typechain": "^5.2.0",
"typescript": "~4.9.5",
"url-loader": "^4.1.1",
"wrangler": "^2.13.0"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@download/blockies": "^1.0.3",
"@ethereumjs/util": "^8.0.5",
"@openzeppelin/contracts": "^4.5.0",
"@reduxjs/toolkit": "^1.9.3",
"@walletconnect/web3-provider": "^1.8.0",
"antd": "^5.3.0",
"assert": "^2.0.0",
"axios": "^1.0.0",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.7",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"hono": "^3.1.2",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"os-browserify": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"url": "^0.11.0",
"util": "^0.12.5",
"web3": "^1.8.2"
}
}