create-eth
Version:
Create a Scaffold-ETH-2 app
62 lines (61 loc) • 2.36 kB
JSON
{
"name": "@se-2/nextjs",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "next build",
"check-types": "tsc --noEmit --incremental",
"dev": "next dev",
"format": "prettier --write . '!(node_modules|.next|contracts)/**/*'",
"lint": "next lint",
"serve": "next start",
"start": "next dev",
"vercel": "vercel --build-env YARN_ENABLE_IMMUTABLE_INSTALLS=false --build-env ENABLE_EXPERIMENTAL_COREPACK=1 --build-env VERCEL_TELEMETRY_DISABLED=1",
"vercel:yolo": "vercel --build-env YARN_ENABLE_IMMUTABLE_INSTALLS=false --build-env ENABLE_EXPERIMENTAL_COREPACK=1 --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true --build-env VERCEL_TELEMETRY_DISABLED=1",
"ipfs": "NEXT_PUBLIC_IPFS_BUILD=true yarn build && yarn bgipfs upload config init -u https://upload.bgipfs.com && CID=$(yarn bgipfs upload out | grep -o 'CID: [^ ]*' | cut -d' ' -f2) && [ ! -z \"$CID\" ] && echo '🚀 Upload complete! Your site is now available at: https://community.bgipfs.com/ipfs/'$CID || echo '❌ Upload failed'",
"vercel:login": "vercel login"
},
"dependencies": {
"@heroicons/react": "~2.1.5",
"@rainbow-me/rainbowkit": "2.2.3",
"@tanstack/react-query": "~5.59.15",
"@uniswap/sdk-core": "~5.8.2",
"@uniswap/v2-sdk": "~4.6.1",
"blo": "~1.2.0",
"burner-connector": "0.0.9",
"daisyui": "4.12.10",
"kubo-rpc-client": "~5.0.2",
"next": "~15.2.0",
"next-nprogress-bar": "~2.3.13",
"next-themes": "~0.3.0",
"qrcode.react": "~4.0.1",
"react": "~19.0.0",
"react-copy-to-clipboard": "~5.1.0",
"react-dom": "~19.0.0",
"react-hot-toast": "~2.4.0",
"usehooks-ts": "~3.1.0",
"viem": "2.23.0",
"wagmi": "2.14.11",
"zustand": "~5.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
"@types/node": "~18.19.50",
"@types/react": "~19.0.7",
"@typescript-eslint/eslint-plugin": "~5.40.0",
"abitype": "1.0.6",
"autoprefixer": "~10.4.20",
"bgipfs": "~0.0.12",
"eslint": "~8.57.1",
"eslint-config-next": "^15.1.4",
"eslint-config-prettier": "~8.10.0",
"eslint-plugin-prettier": "~5.2.1",
"postcss": "~8.4.45",
"prettier": "~3.3.3",
"tailwindcss": "~3.4.11",
"type-fest": "~4.26.1",
"typescript": "<5.6.0",
"vercel": "~39.1.3"
},
"packageManager": "yarn@3.2.3"
}