-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.94 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.94 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
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
103
104
105
{
"name": "unicornboys",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chainlink/contracts": "^0.3.1",
"@coinbase/wallet-sdk": "^3.0.1",
"@craco/craco": "^6.4.3",
"@ethersproject/units": "^5.5.0",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.5.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@typechain/hardhat": "^3.1.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@usedapp/core": "^0.7.3",
"@walletconnect/qrcode-modal": "^1.7.3",
"@walletconnect/web3-provider": "^1.7.3",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect": "^8.0.1-beta.0",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"assert": "^2.0.0",
"axios": "^0.26.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.1",
"eslint-plugin-standard": "^5.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"framer-motion": "^5.6.0",
"hardhat-gas-reporter": "^1.0.8",
"keccak256": "^1.0.6",
"luxon": "^2.3.1",
"merkletreejs": "^0.2.30",
"mocha": "^9.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-scroll": "^1.8.5",
"sass": "^1.49.9",
"stream-browserify": "^3.0.0",
"typescript": "^4.5.5",
"util": "^0.12.4",
"walletconnect": "^1.7.1",
"web-vitals": "^2.1.4",
"web3": "^1.7.1",
"web3modal": "^1.9.6"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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"
]
},
"devDependencies": {
"@metamask/jazzicon": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@typechain/ethers-v5": "^9.0.0",
"@types/luxon": "^2.0.9",
"@types/mocha": "^9.1.0",
"@types/react-scroll": "^1.8.3",
"erc721a": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.8.4",
"hardhat-typechain": "^0.3.5",
"react-web3-modal": "^0.1.5",
"solidity-coverage": "^0.7.20",
"ts-node": "^10.5.0",
"typechain": "^7.0.0"
}
}