-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "the-aggregator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --ts",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.2.0",
"@legendapp/state": "^1.11.1",
"@mui/material": "^5.14.7",
"@nextui-org/react": "^2.1.13",
"@prisma/client": "^5.2.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@reactuses/core": "^4.0.4",
"@tanstack/react-table": "^8.9.3",
"@types/d3": "^7.4.0",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@uidotdev/usehooks": "^2.0.1",
"autoprefixer": "10.4.14",
"bignumber.js": "^9.1.2",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"connectkit": "^1.5.1",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"ethers": "^6.7.1",
"framer-motion": "^10.16.4",
"graphql": "^16.8.0",
"lightweight-charts": "^4.0.1",
"lucide-react": "^0.264.0",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.45.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"viem": "1.6.0",
"wagmi": "^1.3.10",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"prisma": "^5.2.0"
}
}