{
  "name": "@producteca/producteca-ui-kit",
  "version": "1.99.1",
  "type": "module",
  "main": "./dist/producteca-ui-kit.umd.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parsimotion/producteca-ui-kit.git"
  },
  "author": "Producteca",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/parsimotion/producteca-ui-kit/issues"
  },
  "homepage": "https://github.com/parsimotion/producteca-ui-kit#readme",
  "engines": {
    "node": ">=22.12.0"
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "build": "rm -rf dist && tsc && vite build && node ./node_modules/@babel/cli/bin/babel.js dist --out-dir dist --extensions \".js,.jsx,.ts,.tsx\"",
    "build:storybook": "storybook build",
    "deploy": "make deploy",
    "lint": "node linterteca-lint",
    "prettier": "prettier --write \"src/**/*.{ts,tsx,js,mdx}\"",
    "test": "vitest --project=unit",
    "test:cov": "vitest run --project=unit --coverage",
    "test:storybook": "vitest --project=storybook",
    "test:storybook:run": "vitest run --project=storybook",
    "prepare": "husky",
    "pre-commit": "husky && husky install",
    "build-storybook": "storybook build"
  },
  "files": [
    "dist"
  ],
  "lint-staged": {
    "*.{js,jsx}": [
      "linterteca-lint"
    ]
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "react-pro-sidebar": "^1.1.0",
    "react-select": "^5.8.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-arrow-functions": "^7.27.1",
    "@babel/plugin-transform-class-properties": "^7.27.1",
    "@babel/plugin-transform-destructuring": "^7.28.0",
    "@babel/plugin-transform-object-rest-spread": "^7.28.4",
    "@babel/plugin-transform-parameters": "^7.27.7",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@babel/plugin-transform-template-literals": "^7.27.1",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@chromatic-com/storybook": "^5.0.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/icons-material": "^9.0.1",
    "@mui/material": "^9.0.1",
    "@mui/x-date-pickers": "^9.3.0",
    "@producteca/linterteca": "^1.3.2",
    "@radix-ui/react-popover": "^1.0.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@storybook/addon-a11y": "^10.4.1",
    "@storybook/addon-designs": "^11.1.1",
    "@storybook/addon-docs": "^10.4.1",
    "@storybook/addon-links": "^10.4.1",
    "@storybook/addon-mcp": "^0.6.0",
    "@storybook/addon-onboarding": "^10.4.1",
    "@storybook/addon-themes": "^10.4.1",
    "@storybook/addon-vitest": "^10.4.1",
    "@storybook/react-vite": "^10.4.1",
    "@testing-library/react": "^16.0.0",
    "@types/lodash": "^4.17.14",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.3.1",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "@vitest/browser": "^3",
    "@vitest/coverage-v8": "^3",
    "autoprefixer": "^10.4.19",
    "chromatic": "^11.3.0",
    "clsx": "^2.1.1",
    "commander": "^6.2.1",
    "core-js": "^3.45.1",
    "dayjs": "^1.11.13",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "eslint-plugin-storybook": "^10.2.1",
    "husky": "^9.1.7",
    "i18next": "^23.11.5",
    "jest-axe": "^10.0.0",
    "jsdom": "^24.1.0",
    "json": "11.0.0",
    "playwright": "^1.48.0",
    "postcss-custom-properties": "^14.0.6",
    "prettier": "3.0.1",
    "prop-types": "15.8.1",
    "react": "^18.2.0",
    "react-day-picker": "^9.4.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^14.1.2",
    "sass": "^1.77.4",
    "storybook": "^10.4.1",
    "terser": "^5.44.0",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-css-modules": "^0.0.1",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^3",
    "whatwg-url": "^15.1.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^9.0.1",
    "@mui/material": "^9.0.1",
    "@mui/x-date-pickers": "^9.3.0",
    "@radix-ui/react-popover": "^1.0.7",
    "dayjs": "^1.11.13",
    "react": "^18.2.0",
    "react-day-picker": "^9.4.0",
    "react-dom": "^18.2.0"
  },
  "trustedDependencies": [
    "@parcel/watcher",
    "@swc/core",
    "core-js",
    "esbuild",
    "less"
  ],
  "imports": {
    "#*": [
      "./*",
      "./*.ts",
      "./*.tsx",
      "./*.js",
      "./*.jsx"
    ]
  }
}
