-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "sagafi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run --environment node"
},
"dependencies": {
"@aave/client": "^0.4.0",
"@bgd-labs/aave-address-book": "^4.26.2",
"@bigmi/react": "^0.5.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@lifi/widget": "^3.30.8",
"@mantine/core": "^8.2.4",
"@mantine/hooks": "^8.2.4",
"@mantine/notifications": "^8.2.4",
"@mysten/dapp-kit": "^0.18.0",
"@reown/appkit": "^1.8.4",
"@reown/appkit-adapter-wagmi": "^1.8.4",
"@solana/wallet-adapter-react": "^0.15.39",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "^5.87.4",
"@walletconnect/ethereum-provider": "^2.21.8",
"@walletconnect/modal": "^2.7.0",
"date-fns": "^4.1.0",
"next": "15.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "^3.1.2",
"viem": "^2.37.5",
"wagmi": "^2.16.9",
"zod": "^4.0.16"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vitest": "^2.1.9"
}
}