idle_moloch/app/package.json
mindxploit 6c1c49a0ca
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
pixelated quote integration with pixel-borders library
2024-10-27 23:31:11 +01:00

31 lines
685 B
JSON

{
"name": "app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.15",
"@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",
"sass": "^1.80.4",
"viem": "^2.17.0",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.5",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"pixel-borders": "^1.1.4",
"typescript": "5.5.2"
}
}