{
  "name": "eworldes-ui-toolkit-v1.1.0",
  "version": "1.2.0",
  "description": "eworldes-ui-toolkit",
  "author": "Eworldes",
  "license": "eWorldES Proprietary License",
  "url": "https://eworldes.com/",
  "scripts": {
    "format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
    "lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
    "build": "tsc && vite build",
    "test": "vitest run",
    "test-watch": "vitest",
    "test:ui": "vitest --ui",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eWorldES/eworldes-ui-toolkit.git"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/eWorldES/eworldes-ui-toolkit.git/issues"
  },
  "homepage": "https://github.com/eWorldES/eworldes-ui-toolkit.git#readme",
  "devDependencies": {
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@storybook/addon-essentials": "^7.4.1",
    "@storybook/addon-interactions": "^7.4.1",
    "@storybook/addon-links": "^7.4.1",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/blocks": "^7.4.1",
    "@storybook/react": "^7.4.1",
    "@storybook/react-vite": "^7.4.1",
    "@storybook/testing-library": "^0.2.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/invariant": "^2.2.37",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.13",
    "@types/react": "^18.2.21",
    "@types/react-big-calendar": "^1.16.1",
    "@types/react-date-range": "^1.4.10",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "date-fns": "2.30.0",
    "dayjs": "^1.11.13",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.6.13",
    "husky": "^8.0.3",
    "jsdom": "^22.1.0",
    "lint-staged": "^14.0.1",
    "moment": "^2.30.1",
    "prettier": "^3.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^7.1.1",
    "storybook": "^7.4.1",
    "styled-components": "^6.0.7",
    "ts-jest": "^29.4.0",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vite-plugin-dts": "^3.5.3",
    "vitest": "^0.34.4"
  },
  "peerDependencies": {
    "@hookform/resolvers": "^3.10.0",
    "react": "^18.2.0",
    "react-hook-form": "^7.54.2",
    "react-router-dom": "^7.1.1",
    "yup": "^1.6.1"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "npm run format",
      "npm run lint",
      "npm run test"
    ]
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fontsource/inter": "^5.2.5",
    "@hookform/resolvers": "^3.10.0",
    "@iconify/react": "^5.1.0",
    "@mui/icons-material": "^6.3.0",
    "@mui/joy": "^5.0.0-beta.52",
    "@mui/lab": "6.0.0-beta.22",
    "@mui/material": "^6.4.12",
    "@mui/x-data-grid": "^7.23.5",
    "@mui/x-date-pickers": "^7.23.3",
    "invariant": "^2.2.4",
    "is-lite": "^1.2.1",
    "path-to-regexp": "^8.2.0",
    "react-big-calendar": "^1.19.4",
    "react-date-range": "^2.0.1",
    "react-dropzone": "^14.3.8",
    "react-hook-form": "^7.54.2",
    "yup": "^1.6.1"
  }
}
