{
  "name": "@nexus-cross/dapp-ui",
  "version": "1.4.1",
  "description": "Shared DApp UI components for the CROSS ecosystem — AppLauncher, WalletInfo, WalletPortfolio, WalletConnectModal",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "AI_INTEGRATION.md"
  ],
  "dependencies": {
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-popover": ">=1",
    "@sentry/react": "^10.64.0",
    "bignumber.js": "^10.0.2",
    "qrcode.react": "^4.2.0",
    "vaul": ">=1",
    "@nexus-cross/crossx-design-system": "1.4.1"
  },
  "peerDependencies": {
    "@radix-ui/react-popover": ">=1",
    "@tanstack/react-query": ">=5",
    "react": ">=18",
    "react-dom": ">=18",
    "vaul": ">=1"
  },
  "devDependencies": {
    "@radix-ui/react-popover": "^1.1.15",
    "@sentry/cli": "^3.6.0",
    "@tanstack/react-query": "^5.64.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsup": "^8.4.0",
    "typescript": "^5.7.0",
    "vaul": "^1.1.2"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/to-nexus/app-launcher-frontend.git",
    "directory": "packages/dapp-ui"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "echo 'no tests yet'"
  }
}