{
  "name": "@claude-flow-novice/web-components",
  "version": "3.0.0",
  "description": "Shared React component library for Claude Flow Novice web portal - extracted from 8 portals",
  "type": "module",
  "main": "./dist/src/index.js",
  "module": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./components/*": {
      "import": "./dist/src/components/*.js",
      "types": "./dist/src/components/*.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "scripts": {
    "dev": "npm run storybook",
    "build": "npm run build:lib && npm run build:types",
    "build:lib": "swc src -d dist --config-file .swcrc",
    "build:types": "tsc --emitDeclarationOnly",
    "build:watch": "swc src -d dist --watch --config-file .swcrc",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "type-check": "tsc --noEmit",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "clean": "rm -rf dist storybook-static"
  },
  "dependencies": {
    "@mui/icons-material": "^6.1.7",
    "@mui/lab": "^6.0.0-beta.13",
    "@mui/material": "^6.1.7",
    "date-fns": "^4.1.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-window": "^1.8.10",
    "recharts": "^2.14.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    }
  },
  "devDependencies": {
    "@storybook/react": "^8.4.5",
    "@storybook/react-vite": "^8.4.5",
    "@swc/cli": "^0.7.8",
    "@swc/core": "^1.13.20",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^18.3.12",
    "@types/react-window": "^1.8.8",
    "@typescript-eslint/eslint-plugin": "^8.14.0",
    "@typescript-eslint/parser": "^8.14.0",
    "eslint": "^9.15.0",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "prettier": "^3.3.3",
    "typescript": "^5.6.3",
    "vitest": "^2.1.5"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=9.0.0"
  },
  "keywords": [
    "claude-flow",
    "react",
    "components",
    "ui-library",
    "typescript",
    "storybook"
  ],
  "author": "Claude Flow Novice Team",
  "license": "MIT"
}
