-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"name": "integration-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@morpho-org/blue-sdk": "^5.17.0",
"@morpho-org/blue-sdk-viem": "^4.5.0",
"@morpho-org/blue-sdk-wagmi": "^3.2.0",
"@morpho-org/bundler-sdk-viem": "^4.3.0",
"@morpho-org/liquidity-sdk-viem": "^1.4.0",
"@morpho-org/morpho-blue-bundlers": "^1.1.2",
"@morpho-org/morpho-ts": "^2.5.0",
"@morpho-org/simulation-sdk": "^3.4.0",
"@rainbow-me/rainbowkit": "^2.1.6",
"@tanstack/react-query": "^5.55.4",
"@types/node": "^22.10.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dataloader": "^2.2.3",
"evm-maths": "^7.0.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"lucide-react": "^0.522.0",
"next": "16.1.6",
"nuqs": "^2.8.6",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-select": "^5.8.0",
"recharts": "^3.0.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"viem": "2.x",
"wagmi": "^2.12.10"
},
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"organize-imports": "organize-imports-cli tsconfig.json"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"organize-imports-cli": "^0.10.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.2"
}
}