{
  "name": "@tuwaio/docs-ui",
  "version": "0.0.36",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "Unified documentation package for the TUWA Ecosystem.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./dist/index.css": "./dist/index.css",
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "react",
    "tailwindcss",
    "ui-kit",
    "utils",
    "tuwa",
    "docs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/docs.git",
    "directory": "packages/docs-ui"
  },
  "homepage": "https://github.com/TuwaIO/docs",
  "bugs": {
    "url": "https://github.com/TuwaIO/docs/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "dependencies": {
    "@tuwaio/nova-core": "^0.5.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "clsx": "^2.1.1",
    "html-react-parser": "^6.1.5",
    "react-syntax-highlighter": "^16.1.1",
    "tailwind-merge": "^3.6.0"
  },
  "peerDependencies": {
    "@heroicons/react": ">=2",
    "next": ">=16.1",
    "nextra": ">=4.6",
    "nextra-theme-docs": ">=4.6",
    "react": ">=19.2.3"
  },
  "devDependencies": {
    "@heroicons/react": "^2.2.0",
    "@tailwindcss/postcss": "^4.3.3",
    "@tailwindcss/vite": "^4.3.3",
    "@types/node": "^26",
    "@types/react": "^19.2.18",
    "autoprefixer": "^10.5.4",
    "next": "16.3.0",
    "nextra": "^4.6.1",
    "nextra-theme-docs": "^4.6.1",
    "postcss": "^8.5.26",
    "postcss-cli": "^11.0.1",
    "react": "^19.2.8",
    "tailwindcss": "^4.3.3",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsup && pnpm exec postcss src/styles/general.css -o ./dist/index.css"
  }
}