-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1002 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1002 Bytes
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
{
"name": "raffle_iteration2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"autoprefixer": "^10.4.12",
"hardhat": "^2.12.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"tailwindscss": "^0.3.0"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@openzeppelin/contracts": "^4.7.3",
"moralis-v1": "^1.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moralis": "^1.4.2",
"react-scripts": "^5.0.1",
"web3uikit": "^1.0.4"
}
}