-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.47 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
{
"name": "verified-compound-markets",
"version": "0.1.0",
"type": "module",
"license": "BUSL-1.1",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:deploy": "tsc && vite build && node script/ipfs.js",
"web:preview": "vite preview",
"web:test": "jest"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@compound-finance/comet-extension": "^0.0.5",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@ethersproject/abi": "^5.6.2",
"@ethersproject/bignumber": "^5.4.2",
"@ethersproject/contracts": "^5.6.1",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/units": "^5.4.0",
"@tanstack/react-query": "^5.37.1",
"@truffle/hdwallet-provider": "^2.1.15",
"@verified-network/verified-sdk": "^1.6.4",
"@web3-react/core": "8.0.35-beta.0",
"@web3-react/metamask": "8.0.28-beta.0",
"@web3-react/network": "8.0.27-beta.0",
"@web3-react/types": "8.0.20-beta.0",
"@web3-react/url": "8.0.25-beta.0",
"@web3modal/wagmi": "^4.2.2",
"axios": "^1.6.7",
"browserify-zlib": "^0.2.0",
"compound-styles": "https://github.com/compound-finance/compound-styles.git#fc29b8a832c698920f2fcf7a06d978c4580a48e1",
"eth-gas-reporter": "^0.2.27",
"events": "^3.3.0",
"framer-motion": "^11.2.10",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-toastify": "^10.0.5",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"viem": "2.x",
"wagmi": "^2.9.6",
"web3": "^4.9.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^27.4.1",
"@types/node": "17.0.21",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.1",
"@web3-react/types": "8.0.20-beta.0",
"eslint": "8.9.0",
"ethers": "^5.6.9",
"jest": "^28.0.8",
"sass": "^1.49.8",
"solhint": "^3.3.6",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"vendoza": "0.0.4",
"vite": "^3.0.7"
}
}