51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"engines": {
|
|
"npm": ">=9.0.0",
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev -p 3960",
|
|
"build": "next build",
|
|
"start": "next start -p 3960",
|
|
"format": "npx prettier --write \"{__tests__,components,pages,styles}/**/*.{ts,tsx,js,jsx}\"",
|
|
"lint": "next lint && npx prettier --check \"{__tests__,components,pages,styles}/**/*.{ts,tsx,js,jsx}\" && npx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@heroicons/react": "^2.0.12",
|
|
"@privy-io/react-auth": "^1.81.2",
|
|
"@privy-io/server-auth": "1.9.5",
|
|
"@privy-io/wagmi": "^0.2.12",
|
|
"@privy-io/wagmi-connector": "^0.1.13",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"axios": "^1.7.2",
|
|
"next": "latest",
|
|
"promises": "^0.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"viem": "^2.21.0",
|
|
"wagmi": "^1.4.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/next": "^2.0.0",
|
|
"@tsconfig/node18": "^18.2.0",
|
|
"@tsconfig/strictest": "^2.0.1",
|
|
"@types/node": "^18",
|
|
"@types/react": "18.2.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"dotenv-cli": "^6.0.0",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-next": "12.2.5",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|