-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
49
50
51
52
53
54
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@mui/icons-material": "^5.14.18",
"@mui/joy": "^5.0.0-beta.16",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.0",
"@mui/x-data-grid": "^6.18.1",
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/geo": "^0.84.0",
"@nivo/line": "^0.84.0",
"@nivo/pie": "^0.84.0",
"@rainbow-me/rainbowkit": "^1.3.0",
"@tokenbound/sdk": "^0.4.4",
"axios": "^1.6.2",
"ethers": "^6.9.0",
"formik": "^2.4.5",
"next": "^14.0.3",
"pino-pretty": "10.2.3",
"react": "^18",
"react-dom": "^18",
"react-identicons": "^1.2.5",
"react-pro-sidebar": "^0.7.1",
"react-virtuoso": "^4.6.2",
"viem": "^1.19.8",
"wagmi": "^1.4.7",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5"
}
}