{
  "name": "@crypto-dex-sdk/ui",
  "version": "0.1.4",
  "description": "Zenlink Interface UI",
  "license": "LGPL-2.1-or-later",
  "repository": "https://github.com/zenlinkpro/zenlink-interface.git",
  "keywords": [
    "zenlink-interface",
    "ui",
    "react",
    "components"
  ],
  "sideEffects": false,
  "main": "./index.ts",
  "source": "./index.ts",
  "peerDependencies": {
    "next": "15.1.0",
    "react": "19.0.0",
    "react-dom": "19.0.0"
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.4",
    "@fontsource-variable/inter": "5.1.1",
    "@headlessui/react": "2.2.0",
    "@heroicons/react": "2.2.0",
    "@lingui/core": "5.2.0",
    "@lingui/macro": "5.2.0",
    "@lingui/react": "5.2.0",
    "@popperjs/core": "^2.11.8",
    "@react-hook/window-scroll": "^1.3.0",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@tailwindcss/forms": "^0.5.10",
    "@tailwindcss/typography": "^0.5.16",
    "@tanstack/react-table": "8.21.2",
    "classnames": "^2.5.1",
    "date-fns": "^4.1.0",
    "nanoid": "^5.0.7",
    "next": "15.1.0",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-jazzicon": "^1.0.4",
    "react-toastify": "^11.0.3",
    "react-virtualized-auto-sizer": "^1.0.25",
    "react-window": "^1.8.11",
    "@crypto-dex-sdk/chain": "0.1.4",
    "@crypto-dex-sdk/hooks": "0.1.4",
    "@crypto-dex-sdk/currency": "0.1.4",
    "@crypto-dex-sdk/token-lists": "0.1.4"
  },
  "devDependencies": {
    "@types/react": "19.0.10",
    "@types/react-dom": "^19.0.4",
    "@types/react-virtualized-auto-sizer": "^1.0.4",
    "@types/react-window": "^1.8.8",
    "tailwindcss": "^3.4.17",
    "typescript": "5.7.3",
    "@crypto-dex-sdk/eslint-config": "0.1.4",
    "@crypto-dex-sdk/typescript-config": "0.1.4"
  },
  "scripts": {
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "lint": "TIMING=1 eslint ./**/*.ts* --fix"
  }
}