-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 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
{
"name": "deepcoin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.35.0",
"@aptos-labs/wallet-adapter-react": "^4.1.2",
"@coinbase/wallet-sdk": "^4.3.0",
"@debridge-finance/dln-client": "^17.6.2",
"@heroicons/react": "^2.2.0",
"@keyv/redis": "^4.3.1",
"@martianwallet/aptos-wallet-adapter": "^0.0.5",
"@okxweb3/dex-widget": "^1.3.14",
"@pontem/wallet-adapter-plugin": "^0.2.1",
"@rise-wallet/wallet-adapter": "^0.1.2",
"@solana/spl-token": "^0.4.13",
"@solana/wallet-adapter-base": "^0.9.26",
"@solana/wallet-adapter-react": "^0.15.38",
"@solana/wallet-adapter-react-ui": "^0.9.38",
"@solana/wallet-adapter-wallets": "^0.19.36",
"@solana/web3.js": "^1.98.2",
"@tanstack/react-query": "^5.67.3",
"@tomo-inc/tomo-web-sdk": "^1.0.28",
"@types/web3": "^1.2.2",
"@wagmi/core": "^2.16.5",
"appwrite": "^17.0.0",
"axios": "^1.8.2",
"bignumber.js": "^9.3.0",
"bs58": "^6.0.0",
"chart.js": "^4.4.8",
"core-js-pure": "^3.43.0",
"framer-motion": "^12.4.10",
"keyv": "^5.3.1",
"next": "15.2.1",
"petra-plugin-wallet-adapter": "^0.4.5",
"pino-pretty": "^13.0.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"viem": "2.x",
"wagmi": "^2.14.13",
"web3": "^4.16.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}