{
  "name": "@real-wagmi/uikit",
  "version": "1.4.11",
  "description": "",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "sideEffects": [
    "src/theme/**/*"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "test": "vitest --run",
    "build": "vite build",
    "prepare": "yarn build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "prettier": "prettier --write \"*/**/*.(ts|js)\""
  },
  "author": "Wagmi",
  "license": "MIT",
  "devDependencies": {
    "@storybook/addon-essentials": "^7.0.12",
    "@storybook/addon-interactions": "^7.0.12",
    "@storybook/addon-links": "^7.0.12",
    "@storybook/blocks": "^7.0.12",
    "@storybook/react": "^7.0.12",
    "@storybook/react-vite": "^7.0.12",
    "@storybook/testing-library": "^0.0.14-next.2",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^14.1.2",
    "@testing-library/react-hooks": "8.0.1",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@types/react-router-dom": "^5.1.7",
    "@types/rebass": "^4.0.7",
    "@types/styled-components": "^5.1.25",
    "@vanilla-extract/vite-plugin": "^3.9.0",
    "@vitejs/plugin-react": "4.0.0",
    "jest-environment-jsdom": "^29.3.1",
    "jest-styled-components": "^7.0.8",
    "polished": "^3.3.2",
    "prop-types": "^15.8.1",
    "react-dom": "^18.2.0",
    "react-router-dom": "^5.2.0",
    "storybook": "^7.0.12",
    "themeprovider-storybook": "^1.7.2",
    "typescript": "^5.2.2",
    "vite": "4.3.9",
    "vite-plugin-dts": "^3.6.3",
    "vitest": "^0.27.2"
  },
  "dependencies": {
    "@ethersproject/address": "5.7.0",
    "@popperjs/core": "^2.11.8",
    "@reach/portal": "^0.18.0",
    "@real-wagmi/sdk": "1.4.5",
    "@real-wagmi/v3-sdk": "1.4.3",
    "@storybook/addon-themes": "^7.5.3",
    "@tanstack/react-query": "^5.59.16",
    "@types/styled-system": "^5.1.15",
    "@types/uuid": "^9.0.7",
    "echarts": "^5.5.1",
    "echarts-for-react": "^3.0.2",
    "framer-motion": "10.11.2",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "graphql-tag": "^2.12.6",
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-feather": "^2.0.8",
    "react-popper": "^2.3.0",
    "rebass": "^4.0.7",
    "recharts": "^2.0.9",
    "styled-components": "^5.3.5",
    "styled-system": "^5.1.5",
    "swr": "^2.2.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "uuid": "^9.0.1"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.3.5"
  },
  "repository": "https://github.com/RealWagmi/uikit.git",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "wagmi",
    "uikit"
  ]
}
