-
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.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 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": "alphaonchain-panel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:watch": "vitest --watch",
"format": "prettier --write ."
},
"dependencies": {
"@base-org/account": "^2.4.2",
"@coinbase/wallet-sdk": "^4.3.7",
"@gemini-wallet/core": "^0.3.2",
"@metamask/sdk": "^0.33.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@safe-global/safe-apps-provider": "^0.18.6",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@tanstack/react-query": "^5.90.12",
"@wagmi/connectors": "^7.0.2",
"@walletconnect/ethereum-provider": "^2.21.10",
"ethers": "^6.16.0",
"next": "^15.5.9",
"porto": "^0.2.37",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"recharts": "^3.5.1",
"viem": "^2.41.2",
"wagmi": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^20.19.26",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/coverage-v8": "^4.0.15",
"eslint": "^9",
"eslint-config-next": "16.0.8",
"jsdom": "^27.3.0",
"msw": "^2.12.4",
"prettier": "^3.7.4",
"tailwindcss": "^4",
"typescript": "^5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15"
}
}