32 lines
712 B
JSON
32 lines
712 B
JSON
|
|
{
|
||
|
|
"name": "trustless-bridge-frontend",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Frontend for trustless bridge system",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"next": "^14.0.0",
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"ethers": "^6.0.0",
|
||
|
|
"viem": "^1.0.0",
|
||
|
|
"wagmi": "^2.0.0",
|
||
|
|
"@tanstack/react-query": "^5.0.0",
|
||
|
|
"recharts": "^2.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"@types/react": "^18.0.0",
|
||
|
|
"@types/react-dom": "^18.0.0",
|
||
|
|
"typescript": "^5.0.0",
|
||
|
|
"tailwindcss": "^3.0.0",
|
||
|
|
"autoprefixer": "^10.0.0",
|
||
|
|
"postcss": "^8.0.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|