-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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
{
"name": "levrdashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.1",
"apexcharts": "^3.32.1",
"axios": "^0.25.0",
"chart.js": "^3.4.1",
"chartjs-adapter-moment": "^1.0.0",
"cookies-next": "^2.0.4",
"electron": "^16.0.5",
"moment": "^2.29.1",
"next": "12.0.7",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-chartjs-2": "^3.0.0",
"react-dom": "17.0.2",
"react-loading-overlay": "^1.0.1",
"react-markdown": "^8.0.0",
"react-transition-group": "^4.4.2",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.0",
"transition": "^0.1.1",
"web3": "^1.6.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"hardhat": "^2.8.0"
}
}