-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1020 Bytes
/
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
{
"name": "test-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@formspree/react": "^2.4.1",
"@material-tailwind/react": "^1.2.4",
"aos": "^2.3.4",
"apexcharts": "^3.36.3",
"bnc-onboard": "^1.39.1",
"chart.js": "^3.9.1",
"d3": "^7.6.1",
"dotenv": "^16.0.3",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.0",
"next": "13.0.0",
"next-videos": "^1.5.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-html5video": "^2.5.1",
"react-icons": "^4.6.0",
"react-player": "^2.11.0",
"react-scroll": "^1.8.8",
"web3": "^1.8.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}