-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 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
61
62
63
{
"name": "fornex",
"version": "0.1.0",
"description": "Fornex Protocol — Autonomous AI Perp Trading Vault on Solana",
"scripts": {
"build": "next build",
"prebuild": "node scripts/check-no-secrets.js",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"test": "anchor test",
"deploy": "anchor deploy",
"agent": "ts-node agent/src/index.ts",
"paysh:demo": "ts-node scripts/paysh-demo.ts",
"dev": "next dev -p 3001",
"anchor:build": "anchor build"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@drift-labs/sdk": "^2.156.0",
"@radix-ui/react-slot": "^1.2.4",
"@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.95.3",
"autoprefixer": "^10.5.0",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.40.0",
"gsap": "^3.15.0",
"lenis": "^1.3.23",
"lucide-react": "^0.468.0",
"next": "^14.2.23",
"openai": "^4.77.0",
"postcss": "^8.5.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.15.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"chai": "^4.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"overrides": {
"helius-laserstream": "npm:is-windows@^1.0.2"
}
}