-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 KB
/
package.json
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
{
"name": "ai-solana-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "DISABLE_ESLINT_PLUGIN=true next build",
"build:prod": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@ai16z/eliza": "0.1.3",
"@crossmint/client-sdk-react-ui": "^1.12.1",
"@goat-sdk/wallet-solana": "^0.2.8",
"@goat-sdk/wallet-viem": "^0.2.3",
"@lightprotocol/compressed-token": "^0.16.0",
"@lightprotocol/stateless.js": "^0.16.0",
"@next/font": "^14.2.15",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.0.0",
"@solana/spl-token-metadata": "^0.1.6",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"moment": "^2.30.1",
"react-router-dom": "^7.1.1",
"recharts": "^2.1.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/moment": "^2.11.29",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-router-dom": "^5.3.3",
"@types/recharts": "^1.8.29",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}