{
  "name": "@startsimpli/ui",
  "version": "0.4.74",
  "description": "Shared UI components package for StartSimpli applications",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./catalog": "./src/catalog/index.ts",
    "./table": "./src/components/unified-table/index.ts",
    "./gantt": "./src/components/gantt/index.ts",
    "./gantt/styles": "./src/components/gantt/gantt.css",
    "./components": "./src/components/index.ts",
    "./error": "./src/components/error/index.ts",
    "./utils": "./src/utils/index.ts",
    "./theme": "./src/theme/index.ts",
    "./theme/contract": "./theme/contract.css",
    "./blog": "./src/components/blog/index.ts",
    "./blog/resolve": "./src/components/blog/resolveArticle.ts",
    "./collection": "./src/components/collection/index.ts",
    "./document-editor": "./src/components/document-editor/index.ts",
    "./email-editor": "./src/components/email-editor/index.ts",
    "./workflows": "./src/components/workflows/index.ts",
    "./workflows/styles": "./src/components/workflows/workflows.css",
    "./presentations": "./src/components/presentations/index.ts",
    "./terminal/styles": "./src/components/terminal/xterm.css",
    "./session": "./src/components/session/index.ts",
    "./session-console": "./src/components/session/AgentSessionConsole.tsx",
    "./tailwind": "./tailwind.preset.js"
  },
  "files": [
    "src",
    "tailwind.preset.js",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@startsimpli/realtime": "*",
    "@tanstack/react-query": ">=5.0.0",
    "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "@startsimpli/auth": "^0.4.31",
    "@startsimpli/api": "^0.5.46"
  },
  "peerDependenciesMeta": {
    "@startsimpli/api": {
      "optional": true
    },
    "@startsimpli/auth": {
      "optional": true
    },
    "@startsimpli/realtime": {
      "optional": true
    },
    "@tanstack/react-query": {
      "optional": true
    }
  },
  "dependencies": {
    "@hello-pangea/dnd": "^18.0.1",
    "@xterm/addon-fit": "^0.10.0",
    "@xyflow/react": "^12.10.2",
    "dagre": "^0.8.5",
    "xterm": "^5.3.0",
    "@radix-ui/react-accordion": "^1.2.12",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-collapsible": "^1.1.12",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-progress": "^1.1.8",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.8",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-tooltip": "^1.2.8",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "date-fns": "^3.6.0",
    "dompurify": "^3.4.1",
    "lucide-react": "^0.408.0",
    "react-big-calendar": "^1.19.4",
    "react-day-picker": "^9.14.0",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^16.1.0",
    "remark-gfm": "^4.0.1",
    "tailwind-merge": "^2.6.1",
    "tailwindcss-animate": "^1.0.7",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@swc/core": "^1.15.30",
    "@swc/jest": "^0.2.39",
    "@tanstack/react-query": "^5.99.2",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/dagre": "^0.7.52",
    "@types/node": "^20.19.39",
    "@types/react": "^19.2.14",
    "@types/react-big-calendar": "^1.16.3",
    "@types/react-dom": "^19.2.3",
    "@types/react-syntax-highlighter": "^15.5.13",
    "eslint": "^8.57.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "tailwindcss": "^3.4.19",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "@startsimpli/realtime": "0.0.2"
  },
  "keywords": [
    "ui",
    "components",
    "table",
    "react",
    "nextjs",
    "startsimpli"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "type-check": "tsc --noEmit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.{ts,tsx}",
    "clean": "rm -rf dist"
  }
}