{
  "name": "hwc",
  "version": "0.1.3",
  "description": "A react Headless Week Calendar toolkit to build calendars like Google Calendar.",
  "author": "Alexandre TRICHOT <contact@alexandretrichot.fr> (https://alexandretrichot.fr)",
  "homepage": "https://github.com/alexandretrichot/hwc",
  "bugs": "https://github.com/alexandretrichot/hwc/issues",
  "repository": {
    "url": "https://github.com/alexandretrichot/hwc",
    "type": "git"
  },
  "keywords": [
    "react",
    "calendar",
    "week",
    "headless",
    "calendar-view",
    "tailwind"
  ],
  "files": [
    "dist/**"
  ],
  "sideEffects": false,
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/hwc.esm.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "dev": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint src",
    "prepare": "tsdx build",
    "size": "size-limit",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5",
    "jsxSingleQuote": true,
    "arrowParens": "avoid"
  },
  "size-limit": [
    {
      "path": "dist/hwc.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/hwc.esm.js",
      "limit": "10 KB"
    }
  ],
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/builder-webpack4": "^6.5.9",
    "@storybook/manager-webpack4": "^6.5.9",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "^0.0.13",
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.5",
    "@types/resize-observer-browser": "^0.1.7",
    "autoprefixer": "^10.4.7",
    "babel-loader": "^8.2.5",
    "clsx": "^1.2.1",
    "husky": "^8.0.1",
    "postcss": "^8.4.14",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "size-limit": "^7.0.8",
    "tailwindcss": "^3.1.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  }
}
