forked from mico/idle_moloch
33 lines
732 B
JSON
33 lines
732 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",
|
|
"howler": "^2.2.4",
|
|
"jsfxr": "^1.2.2",
|
|
"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"
|
|
}
|
|
}
|