-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.04 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "investassist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.5",
"@headlessui/react": "2.2.0",
"@heliofi/checkout-react": "^3.1.0",
"@heroicons/react": "2.2.0",
"@jup-ag/api": "^6.0.38",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.0.0",
"@metaplex-foundation/umi-web3js-adapters": "^1.0.0",
"@project-serum/borsh": "^0.2.5",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "1.2.4",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-spring/web": "^9.7.5",
"@solana/pay": "^0.2.5",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.7",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.6",
"@solana/wallet-adapter-react-ui": "^0.9.8",
"@solana/wallet-adapter-wallets": "^0.16.6",
"@solana/web3.js": "^1.47.3",
"@tanstack/react-table": "^8.13.2",
"@visx/event": "^3.12.0",
"@visx/gradient": "^3.12.0",
"@visx/react-spring": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"axios": "^1.6.7",
"bottleneck": "^2.19.5",
"bs58": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dotenv": "^16.0.1",
"framer-motion": "^12.4.0",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"lucide-react": "^0.363.0",
"luxon": "^3.5.0",
"mongodb": "^6.13.0",
"next": "15.1.6",
"next-themes": "0.4.4",
"next-view-transitions": "^0.1.0",
"openai": "^4.77.0",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-hotkeys-hook": "^4.5.0",
"react-qr-code": "^2.0.15",
"recharts": "^2.12.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"yahoo-finance2": "^2.13.3",
"zod": "^3.24.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.1.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}