-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "auditor_board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@web3modal/ethereum": "^2.3.0",
"@web3modal/react": "^2.3.0",
"babel-plugin-styled-components": "^2.1.1",
"chart.js": "^4.2.1",
"eslint": "8.37.0",
"eslint-config-next": "13.0.5",
"ethers": "^5",
"next": "^13.4.19",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-localstorage-simple": "^2.5.1",
"redux-persist": "^6.0.0",
"typescript": "5.0.3",
"wagmi": "^1.3.11"
},
"devDependencies": {
"@types/react-redux": "^7.1.25",
"@types/styled-components": "^5.1.26",
"styled-components": "^5.3.6"
}
}