-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "evmos-defi-dashlytics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mantine/core": "^5.8.2",
"@mantine/ds": "^5.8.2",
"@mantine/hooks": "^5.8.2",
"@mantine/next": "^5.8.2",
"@mantine/prism": "^5.8.2",
"@tabler/icons": "^1.112.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@uauth/js": "^2.4.0",
"chart.js": "^4.0.1",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"framer-motion": "^7.6.7",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"next": "13.0.4",
"numbro": "^2.3.6",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-grid-layout": "^1.3.4",
"react-icons": "^4.6.0",
"react-query": "^3.39.2",
"recharts": "^2.1.16",
"typescript": "4.9.3",
"uuid": "^9.0.0"
}
}