{
  "name": "@stackone/malachite",
  "version": "2.24.2",
  "description": "StackOne's themeable React component library — Shadow DOM isolated, scoped Tailwind, theme-token driven.",
  "license": "MIT",
  "author": "StackOne",
  "keywords": [
    "react",
    "component-library",
    "design-system",
    "shadow-dom",
    "tailwind",
    "theming",
    "stackone"
  ],
  "type": "module",
  "sideEffects": false,
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StackOneHQ/malachite.git"
  },
  "homepage": "https://www.stackone.com",
  "bugs": {
    "email": "engineering@stackone.com"
  },
  "files": [
    "dist",
    "README.md",
    "COMPONENTS.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "peerDependencies": {
    "react": "^18.3.1 || ^19.0.0",
    "react-dom": "^18.3.1 || ^19.0.0",
    "react-hook-form": "7.60.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@fontsource-variable/stack-sans-text": "^5.2.1",
    "@fontsource/geist-sans": "^5.2.5",
    "@fontsource/inter": "^5.2.8",
    "@tailwindcss/postcss": "^4.1.10",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^22.15.18",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@vitejs/plugin-react-swc": "^3.7.1",
    "autoprefixer": "^10.4.21",
    "esbuild": "^0.25.8",
    "globals": "^16.0.0",
    "jsdom": "^29.1.1",
    "postcss": "^8.5.12",
    "react": "^18.3.1",
    "react-doctor": "0.9.2",
    "react-dom": "^18.3.1",
    "tailwindcss": "^4.1.10",
    "typescript": "~5.8.3",
    "vite": "^6.4.1",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-svgr": "^4.3.0",
    "vitest": "^3.2.7"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "@tanstack/react-virtual": "^3.14.11",
    "@uiw/react-json-view": "^2.0.0-alpha.35",
    "marked-react": "^3.0.0",
    "react-syntax-highlighter": "^16.1.1",
    "refractor": "^5.0.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "biome lint",
    "lint:fix": "biome lint --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.demo.json --noEmit",
    "docs:components": "node scripts/generate-components-doc.mjs",
    "shake:check": "node scripts/check-tree-shaking.mjs",
    "shake:report": "node scripts/check-tree-shaking.mjs --report",
    "docs:check": "node scripts/generate-components-doc.mjs --check",
    "publish-release": "pnpm publish --access=public --no-git-checks"
  }
}