{
  "name": "@davincihealthcare/elty-design-system-react",
  "version": "5.0.1",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "license": "MIT",
  "scripts": {
    "build": "tsc && vite build",
    "prettier-fix": "prettier --write --config=../../.prettierrc --ignore-path=./.prettierignore  .",
    "ts-check": "tsc --noEmit",
    "lint": "eslint \"**/*.{ts,vue,tsx}\"",
    "test": "vitest --run",
    "test-watch": "vitest",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "@heroicons/react": "^2.1.1",
    "clsx": "^2.0.0",
    "downshift": "^8.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "next": "14.2.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-conventional": "^19.1.0",
    "@davincihealthcare/elty-design-system-foundations": "*",
    "@heroicons/react": "^2.1.1",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@types/node": "^20.12.3",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "@vitejs/plugin-react-swc": "^3.7.2",
    "autoprefixer": "^10.4.17",
    "clsx": "^2.0.0",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "downshift": "^8.3.1",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-unused-imports": "^3.0.0",
    "husky": ">=6",
    "jsdom": "^23.0.1",
    "lint-staged": ">=10",
    "postcss": "^8.4.32",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "tailwindcss": "^3.3.6",
    "typescript": "^5.3.2",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0",
    "vitest": "^0.34.6"
  },
  "dependencies": {
    "react-calendar": "^4.6.1"
  },
  "lint-staged": {
    "*.{js,tsx,ts,jsx,json,md,vue}": "prettier --write"
  },
  "publishConfig": {
    "access": "public"
  }
}
