{
  "name": "@wenty/bee",
  "version": "0.0.15",
  "author": "node-real",
  "license": "MIT",
  "description": "A modern, customizable UIKit.",
  "files": [
    "lib"
  ],
  "main": "lib/bee.cjs.js",
  "module": "lib/bee.es.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/bee.es.js",
      "require": "./lib/bee.cjs.js"
    }
  },
  "keywords": [
    "react",
    "uikit",
    "component",
    "chakra",
    "ui"
  ],
  "homepage": "https://node-real.github.io/bee-docs/preview/index.html",
  "repository": {
    "type": "git",
    "url": "https://github.com/node-real/bee"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:lib": "tsc && vite build --config ./vite.lib.config.ts",
    "preview": "vite preview",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "dependencies": {
    "@chakra-ui/anatomy": "^1.0.0",
    "@chakra-ui/react": "^1.0.0",
    "@chakra-ui/theme": "^1.0.0",
    "@chakra-ui/theme-tools": "^1.0.0",
    "@chakra-ui/utils": "^1.0.0",
    "@chakra-ui/props-docs": "^1.0.0",
    "@chakra-ui/system": "^1.0.0",
    "@chakra-ui/icons": "^1.0.0",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "framer-motion": "~6.3.6",
    "polished": "~4.2.2",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "qrcode.react": "~3.0.2",
    "swiper": "~8.2.4",
    "react-table": "~7.8.0",
    "@types/react-table": "~7.7.12"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "storybook": "~6.5.6",
    "@mdx-js/react": "^1.6.22",
    "@storybook/addon-actions": "^6.5.6",
    "@storybook/addon-essentials": "^6.5.6",
    "@storybook/addon-interactions": "^6.5.6",
    "@storybook/addon-links": "^6.5.6",
    "@storybook/builder-vite": "^0.1.35",
    "@storybook/react": "^6.5.6",
    "@storybook/testing-library": "^0.0.11",
    "@storybook/preview-web": "~6.5.6",
    "@storybook/client-api": "~6.5.6",
    "@storybook/addon-docs": "~6.5.6",
    "@storybook/addon-backgrounds": "~6.5.6",
    "@storybook/addon-measure": "~6.5.6",
    "@storybook/addon-outline": "~6.5.6",
    "@storybook/channel-postmessage": "~6.5.6",
    "@storybook/channel-websocket": "~6.5.6",
    "@storybook/addons": "~6.5.6",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@vitejs/plugin-react": "^1.3.0",
    "babel-loader": "^8.2.5",
    "prettier": "~2.6.2",
    "typescript": "^4.6.3",
    "vite": "^2.9.9",
    "@storybook/theming": "~6.5.7",
    "vite-plugin-svgr": "~2.1.0",
    "vite-plugin-dts": "~1.2.0",
    "eslint-plugin-react-hooks": "~4.6.0",
    "eslint-config-airbnb": "~19.0.4",
    "@typescript-eslint/parser": "~5.28.0",
    "@typescript-eslint/eslint-plugin": "~5.28.0"
  }
}
