UNPKG

xchange-create

Version:
61 lines (60 loc) 1.82 kB
{ "name": "@xc/nextjs", "version": "0.0.1", "private": true, "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", "vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true" }, "dependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@rainbow-me/rainbowkit": "^2.1.2", "@tanstack/react-query": "^5.45.1", "@wagmi/core": "^2.11.2", "blo": "^1.2.0", "burner-connector": "0.0.3", "class-variance-authority": "^0.7.0", "lucide-react": "^0.395.0", "next": "15.0.0-canary.33", "next-themes": "^0.3.0", "nprogress": "^0.2.0", "qrcode.react": "^3.1.0", "react": "19.0.0-rc-6f23540c7d-20240528", "react-dom": "19.0.0-rc-6f23540c7d-20240528", "react-hot-toast": "^2.4.1", "use-clipboard-copy": "^0.2.0", "use-debounce": "^10.0.1", "usehooks-ts": "3.1.0", "viem": "2.14.2", "wagmi": "2.10.2", "zustand": "^4.5.2" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@types/node": "^20.14.2", "@types/nprogress": "^0.2.3", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "abitype": "1.0.2", "autoprefixer": "^10.4.19", "clsx": "^2.1.1", "eslint-config-next": "14.2.4", "postcss": "^8.4.38", "prettier": "^3.3.2", "prettier-plugin-tailwindcss": "^0.6.4", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.4", "type-fest": "^4.20.1", "typescript": "^5.4.5", "vercel": "^34.2.7" } }