-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "memetics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@meteora-ag/m3m3": "^1.0.2",
"@solana/spl-token": "^0.4.9",
"@solana/spl-token-registry": "^0.2.7",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.8",
"@wen-moon-ser/moonshot-sdk": "^2.0.5",
"clsx": "^2.1.1",
"graphql": "^16.9.0",
"graphql-request": "5.1.0",
"js-sha256": "^0.11.0",
"next": "^14.2.20",
"ramda": "^0.30.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icons": "^5.3.0",
"react-ts-tradingview-widgets": "^1.2.5",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/bn.js": "^5.1.5",
"@types/node": "^20",
"@types/ramda": "^0.30.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}