-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.94 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
{
"name": "trophy_room_final",
"version": "1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:solidity": "./node_modules/.bin/prettier --write contracts/**/*.sol"
},
"dependencies": {
"@alch/alchemy-web3": "^1.3.0",
"@babel/helper-module-imports": "^7.16.7",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@heroicons/react": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"babel-plugin-macros": "^3.1.0",
"formik": "^2.2.9",
"hardhat": "^2.9.3",
"mongodb": "3.5.9",
"next": "12.1.4",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-odometerjs": "^2.1.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"autoprefixer": "^10.4.4",
"chai": "^4.2.0",
"dotenv": "^16.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.4",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-tailwindcss": "^0.1.1",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"standard": "^16.0.4",
"tailwindcss": "^3.0.23"
}
}