-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "blockbadgeplatform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethereum-attestation-service/eas-sdk": "^1.2.1-beta.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.14",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@openzeppelin/contracts": "^4.9.0",
"@web3modal/wagmi": "^3.1.0",
"autoprefixer": "10.4.14",
"chart.js": "^4.4.0",
"dotenv": "^16.3.1",
"ethers": "^6.8.0",
"framer-motion": "^10.16.4",
"graphql": "^16.8.1",
"hardhat": "^2.18.3",
"hash.js": "^1.1.7",
"headroom.js": "^0.12.0",
"html2canvas": "^1.4.1",
"lottie-react": "^2.3.0",
"next": "13.4.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-blockies": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"viem": "^1.16.6",
"wagmi": "^1.4.5",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@types/react": "18.2.33"
}
}