{ "name": "@krypco/portal", "version": "0.1.0", "private": true, "scripts": { "postinstall": "node scripts/fix-briven-auth-exports.mjs", "dev": "next dev", "dev:turbo": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "eslint", "typecheck": "tsc --noEmit" }, "dependencies": { "@briven/auth": "^0.0.1", "@krypco/mavi-core": "workspace:*", "@scure/bip32": "^2.2.0", "@scure/bip39": "^2.2.0", "@tanstack/react-query": "^5.101.4", "@wagmi/connectors": "^8.0.25", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "motion": "^12.43.0", "next": "15.5.22", "qrcode": "^1.5.4", "react": "19.1.0", "react-dom": "19.1.0", "tailwind-merge": "^3.6.0", "viem": "^2.55.10", "wagmi": "^3.7.4" }, "devDependencies": { "@eslint/eslintrc": "^3", "@krypco/config": "workspace:*", "@next/eslint-plugin-next": "15.5.22", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/qrcode": "^1.5.6", "@types/react": "^19", "@types/react-dom": "^19", "@typescript-eslint/eslint-plugin": "^8.65.0", "@typescript-eslint/parser": "^8.65.0", "eslint": "^9", "eslint-config-next": "15.5.22", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "tailwindcss": "^4", "typescript": "^5" } }