-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.86 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
{
"name": "proof-launch",
"version": "0.1.0",
"description": "The proving grounds for Solana meme coins. A pre-launch commitment layer on top of Pump.fun — communities form before tokens exist, the pool launches atomically, dev holds 0%, backers earn fees.",
"homepage": "https://prooflaunch.fun",
"repository": {
"type": "git",
"url": "git+https://github.com/Based-LTD/prooflaunch.git"
},
"bugs": {
"url": "https://github.com/Based-LTD/prooflaunch/issues"
},
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@meteora-ag/dynamic-bonding-curve-sdk": "^1.5.7",
"@pump-fun/pump-sdk": "^1.35.0",
"@raydium-io/raydium-sdk-v2": "^0.2.50-alpha",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@solana/spl-token": "^0.4.14",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.4",
"@streamflow/stream": "^12.1.1",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.90.1",
"@types/libsodium-wrappers": "^0.7.14",
"bs58": "^6.0.0",
"libsodium-wrappers": "^0.8.4",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"pumpdotfun-sdk": "^1.4.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bn.js": "^5.2.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"bip39": "^3.1.0",
"ed25519-hd-key": "^1.3.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}