{
  "name": "@yoopta/themes-shadcn",
  "version": "6.0.5",
  "description": "Shadcn UI theme for Yoopta Editor plugins",
  "author": "Darginec05 <devopsbanda@gmail.com>",
  "homepage": "https://github.com/Darginec05/Yoopta-Editor#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "accordion": [
        "./dist/types/accordion/index.d.ts"
      ],
      "blockquote": [
        "./dist/types/blockquote/index.d.ts"
      ],
      "callout": [
        "./dist/types/callout/index.d.ts"
      ],
      "carousel": [
        "./dist/types/carousel/index.d.ts"
      ],
      "code": [
        "./dist/types/code/index.d.ts"
      ],
      "code-group": [
        "./dist/types/code-group/index.d.ts"
      ],
      "divider": [
        "./dist/types/divider/index.d.ts"
      ],
      "embed": [
        "./dist/types/embed/index.d.ts"
      ],
      "file": [
        "./dist/types/file/index.d.ts"
      ],
      "headings": [
        "./dist/types/headings/index.d.ts"
      ],
      "image": [
        "./dist/types/image/index.d.ts"
      ],
      "link": [
        "./dist/types/link/index.d.ts"
      ],
      "lists": [
        "./dist/types/lists/index.d.ts"
      ],
      "math": [
        "./dist/types/math/index.d.ts"
      ],
      "mention": [
        "./dist/types/mention/index.d.ts"
      ],
      "paragraph": [
        "./dist/types/paragraph/index.d.ts"
      ],
      "steps": [
        "./dist/types/steps/index.d.ts"
      ],
      "table": [
        "./dist/types/table/index.d.ts"
      ],
      "table-of-contents": [
        "./dist/types/table-of-contents/index.d.ts"
      ],
      "tabs": [
        "./dist/types/tabs/index.d.ts"
      ],
      "video": [
        "./dist/types/video/index.d.ts"
      ]
    }
  },
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./variables.css": "./dist/variables.css",
    "./accordion": {
      "types": "./dist/types/accordion/index.d.ts",
      "import": "./dist/accordion.js"
    },
    "./blockquote": {
      "types": "./dist/types/blockquote/index.d.ts",
      "import": "./dist/blockquote.js"
    },
    "./callout": {
      "types": "./dist/types/callout/index.d.ts",
      "import": "./dist/callout.js"
    },
    "./carousel": {
      "types": "./dist/types/carousel/index.d.ts",
      "import": "./dist/carousel.js"
    },
    "./code": {
      "types": "./dist/types/code/index.d.ts",
      "import": "./dist/code.js"
    },
    "./code-group": {
      "types": "./dist/types/code-group/index.d.ts",
      "import": "./dist/code-group.js"
    },
    "./divider": {
      "types": "./dist/types/divider/index.d.ts",
      "import": "./dist/divider.js"
    },
    "./embed": {
      "types": "./dist/types/embed/index.d.ts",
      "import": "./dist/embed.js"
    },
    "./file": {
      "types": "./dist/types/file/index.d.ts",
      "import": "./dist/file.js"
    },
    "./headings": {
      "types": "./dist/types/headings/index.d.ts",
      "import": "./dist/headings.js"
    },
    "./image": {
      "types": "./dist/types/image/index.d.ts",
      "import": "./dist/image.js"
    },
    "./link": {
      "types": "./dist/types/link/index.d.ts",
      "import": "./dist/link.js"
    },
    "./lists": {
      "types": "./dist/types/lists/index.d.ts",
      "import": "./dist/lists.js"
    },
    "./math": {
      "types": "./dist/types/math/index.d.ts",
      "import": "./dist/math.js"
    },
    "./mention": {
      "types": "./dist/types/mention/index.d.ts",
      "import": "./dist/mention.js"
    },
    "./emoji": {
      "types": "./dist/types/emoji/index.d.ts",
      "import": "./dist/emoji.js"
    },
    "./paragraph": {
      "types": "./dist/types/paragraph/index.d.ts",
      "import": "./dist/paragraph.js"
    },
    "./steps": {
      "types": "./dist/types/steps/index.d.ts",
      "import": "./dist/steps.js"
    },
    "./table": {
      "types": "./dist/types/table/index.d.ts",
      "import": "./dist/table.js"
    },
    "./table-of-contents": {
      "types": "./dist/types/table-of-contents/index.d.ts",
      "import": "./dist/table-of-contents.js"
    },
    "./tabs": {
      "types": "./dist/types/tabs/index.d.ts",
      "import": "./dist/tabs.js"
    },
    "./video": {
      "types": "./dist/types/video/index.d.ts",
      "import": "./dist/video.js"
    }
  },
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "@yoopta/code": "^6.0.5",
    "@yoopta/editor": "^6.0.5",
    "@yoopta/embed": "^6.0.5",
    "@yoopta/file": "^6.0.5",
    "@yoopta/image": "^6.0.5",
    "@yoopta/lists": "^6.0.5",
    "@yoopta/steps": "^6.0.5",
    "@yoopta/table": "^6.0.5",
    "@yoopta/table-of-contents": "^6.0.5",
    "@yoopta/tabs": "^6.0.5",
    "@yoopta/ui": "^6.0.5",
    "@yoopta/video": "^6.0.5",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "slate": "^0.120.0",
    "slate-dom": "^0.119.0",
    "slate-react": "^0.120.0"
  },
  "devDependencies": {
    "tailwindcss": "^3.0.0"
  },
  "dependencies": {
    "@radix-ui/react-accordion": "^1.0.0",
    "@radix-ui/react-checkbox": "^1.1.1",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-hover-card": "^1.1.15",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-popover": "^1.1.2",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.0",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-switch": "^1.2.6",
    "@radix-ui/react-tabs": "^1.1.1",
    "@radix-ui/react-tooltip": "^1.2.8",
    "clsx": "^2.1.1",
    "copy-to-clipboard": "^3.3.3",
    "lucide-react": "^0.378.0",
    "react-rnd": "^10.5.2",
    "tailwind-merge": "^2.5.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Darginec05/Yoopta-Editor.git"
  },
  "scripts": {
    "test": "node ./__tests__/yoopta-themes-shadcn.test.js",
    "start": "rollup --config rollup.config.js --watch --bundleConfigAsCjs --environment NODE_ENV:development",
    "prepublishOnly": "yarn build",
    "build": "rollup --config rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production && cp src/variables.css dist/variables.css"
  },
  "bugs": {
    "url": "https://github.com/Darginec05/Yoopta-Editor/issues"
  },
  "gitHead": "0c1eed956a263573e6aff9bdf58dcaf834deadf5"
}
