idle_moloch/app/package.json
Mitja Belak 65acb03fc9
Some checks are pending
CI / Foundry project (push) Waiting to run
Initial with Rainbow kit
2024-10-18 13:31:24 +02:00

25 lines
500 B
JSON

{
"name": "app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.55.3",
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}