-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.16 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
69
70
71
72
73
74
75
{
"name": "demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bloxroute/solana-trader-client-ts": "^2.2.3",
"@elizaos/core": "^0.1.8",
"@popperjs/core": "^2.11.8",
"@rainbow-me/rainbowkit": "^2.2.4",
"@react-spring/web": "^9.7.5",
"@solana/spl-token": "^0.4.12",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.98.0",
"@tanstack/query-sync-storage-persister": "^5.65.0",
"@tanstack/react-query": "^5.65.0",
"@tanstack/react-query-persist-client": "^5.65.0",
"@types/lodash": "^4.17.15",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@web3-storage/w3up-client": "^16.4.1",
"ahooks": "^3.8.4",
"bignumber.js": "^9.1.2",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"constate": "^3.3.2",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"delegation": "link:@web3-storage/w3up-client/delegation",
"file-type": "^20.4.1",
"framer-motion": "^11.15.0",
"immer": "^10.1.1",
"js-sha1": "^0.7.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.474.0",
"marked": "^15.0.7",
"next": "14.2.4",
"react": "^18",
"react-aiwriter": "^1.0.0",
"react-click-away-listener": "^2.3.0",
"react-div-100vh": "^0.7.0",
"react-dom": "^18",
"react-popper": "^2.3.0",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
"socket.io-client": "^4.8.1",
"tw-colors": "^3.3.2",
"viem": "^2.23.14",
"wagmi": "^2.14.15",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@9.0.6"
}