duelfi_web/package.json

43 lines
1.0 KiB
JSON

{
"name": "duelfi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3031",
"build": "next build",
"start": "next start -p 3031",
"lint": "next lint"
},
"dependencies": {
"@2toad/profanity": "^3.1.1",
"@coral-xyz/anchor": "^0.31.0",
"@fontsource/manrope": "^5.2.5",
"@privy-io/react-auth": "^2.7.2",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"axios": "^1.8.4",
"bs58": "^6.0.0",
"ethers": "^6.13.5",
"next": "15.2.4",
"react": "^19.1.0",
"react-auth": "^1.0.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.3",
"viem": "^2.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}