{
  "name": "spiderwebai-components",
  "version": "0.0.14",
  "description": "frontend components like ui, hooks, and more used in spider",
  "main": "./react",
  "repository": {
    "type": "git",
    "url": "https://github.com/spider-rs/spiderwebai-components"
  },
  "keywords": [
    "spider",
    "frontendui",
    "accessible-ui",
    "react-components"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc && NODE_ENV=production postcss src/css/tailwind.css -o react/css/tailwind.css",
    "predeploy": "npm run build",
    "pub": "npm publish"
  },
  "author": "Jeff Mendez",
  "license": "MIT",
  "dependencies": {
    "@hookform/resolvers": "^3.3.1",
    "@radix-ui/react-alert-dialog": "^1.0.5",
    "@radix-ui/react-avatar": "^1.0.4",
    "@radix-ui/react-checkbox": "^1.0.4",
    "@radix-ui/react-dialog": "^1.0.5",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-hover-card": "^1.0.6",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-navigation-menu": "^1.1.4",
    "@radix-ui/react-popover": "^1.0.7",
    "@radix-ui/react-progress": "^1.0.3",
    "@radix-ui/react-select": "^2.0.0",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slider": "^1.1.2",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-tabs": "^1.0.4",
    "@radix-ui/react-toast": "^1.1.5",
    "@radix-ui/react-tooltip": "^1.0.6",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.0.0",
    "lucide-react": "^0.321.0",
    "react-hook-form": "^7.46.1",
    "react-markdown": "^8.0.7",
    "react-syntax-highlighter": "^15.5.0",
    "react-textarea-autosize": "^8.5.3",
    "tailwind-merge": "^2.2.0",
    "zod": "^3.22.2"
  },
  "devDependencies": {
    "postcss-cli": "^10.1.0",
    "typescript": "^5.2.2"
  },
  "files": [
    "react",
    "package.json",
    "README.md"
  ]
}
