-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.33 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
{
"name": "soltrendio",
"description": "soltrendio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"find-deadcode": "ts-prune | grep -v '(used in module)'"
},
"dependencies": {
"@bonfida/spl-name-service": "^3.0.7",
"@duneanalytics/client-sdk": "^0.2.5",
"@jup-ag/api": "^6.0.40",
"@metaplex-foundation/mpl-token-metadata": "3.3.0",
"@metaplex-foundation/umi": "^1.0.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.0.0",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-name-service": "^0.1.4",
"@solana/spl-token": "^0.4.12",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "^1.73.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.9",
"agent-twitter-client": "^0.0.18",
"axios": "^1.6.7",
"big.js": "^6.2.1",
"body-parser": "^1.20.2",
"bottleneck": "^2.19.5",
"bs58": "^5.0.0",
"chart.js": "^4.4.3",
"classnames": "^2.3.2",
"cookie": "^0.7.1",
"daisyui": "^4.12.23",
"dompurify": "^3.2.3",
"framer-motion": "^12.0.11",
"google-trends-api": "^4.9.2",
"he": "^1.2.0",
"jito-ts": "^4.1.1",
"mongodb": "^6.13.0",
"mongoose": "^8.9.6",
"next": "15.1.2",
"oauth-1.0a": "^2.2.6",
"openai": "^4.53.2",
"pptxgenjs": "^3.12.0",
"react": "18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"swr": "^2.0.0",
"theme-change": "^2.3.0",
"ts-prune": "^0.10.3",
"tweetnacl": "^1.0.3",
"twitter-api-v2": "^1.19.0",
"web-encoding": "^1.1.5",
"yahoo-finance2": "^2.13.3"
},
"devDependencies": {
"@types/he": "^1",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"tailwindcss": "^3.2.4",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}