-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 924 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 924 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
37
38
{
"name": "data-analytics-vis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.6.1",
"api": "^5.0.1",
"chart.js": "^3.9.1",
"chartjs-plugin-autocolors": "^0.0.7",
"chartjs-plugin-datalabels": "^2.1.0",
"d3-scale-chromatic": "^3.0.0",
"daisyui": "^2.31.0",
"ethers": "^5.7.1",
"faker": "^5.5.3",
"next": "12.3.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-countup": "^6.3.1",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-loading": "^2.0.3",
"wagmi": "^0.6.7",
"websocket": "^1.0.34"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}