{
  "name": "@dxc-technology/halstack-react",
  "version": "16.1.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dxc-technology/halstack-react.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./src/index.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "build-storybook": "storybook build",
    "dev": "tsup --watch",
    "lint": "eslint . --max-warnings 0",
    "prepublishOnly": "node ../../scripts/copy-readme.js",
    "storybook": "storybook dev -p 6006",
    "test-storybook": "vitest --project=storybook --coverage",
    "test": "jest --env=jsdom --config=./jest.config.ts",
    "test:accessibility": "vitest run --config=vitest.config.accessibility.ts",
    "test:watch": "jest --env=jsdom --config=./jest.config.ts --watch",
    "storybook:accessibility": "test-storybook",
    "storybook:accessibility:ci": "test-storybook --maxWorkers=2"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "react": "^18.3.1",
    "react-data-grid": "7.0.0-beta.44",
    "react-dom": "^18.3.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.2",
    "@radix-ui/react-popover": "^1.1.0",
    "@radix-ui/react-tooltip": "^1.1.0",
    "color": "^4.2.3",
    "dayjs": "^1.11.11",
    "react-virtuoso": "^4.12.8",
    "slugify": "^1.6.6"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
    "@babel/plugin-proposal-optional-chaining": "^7.13.8",
    "@babel/plugin-transform-runtime": "^7.16.8",
    "@babel/preset-env": "^7.16.8",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@chromatic-com/storybook": "^4.1.1",
    "@dxc-technology/eslint-config": "*",
    "@dxc-technology/typescript-config": "*",
    "@emotion/babel-plugin": "^11.13.5",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@storybook/addon-a11y": "^9.1.10",
    "@storybook/addon-links": "^9.1.10",
    "@storybook/addon-vitest": "^9.1.10",
    "@storybook/builder-vite": "^9.1.10",
    "@storybook/react-vite": "^9.1.10",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^13.0.0",
    "@types/color": "^3.0.6",
    "@types/eslint": "^9.6.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@types/react": "^18.2.61",
    "@types/react-dom": "^18.2.19",
    "@vitejs/plugin-react": "4.7.0",
    "@vitest/browser": "^3.2.4",
    "@vitest/coverage-v8": "^3.2.4",
    "chromatic": "^13.3.0",
    "esbuild-plugin-babel": "^0.2.3",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-security": "^3.0.0",
    "eslint-plugin-storybook": "^9.1.10",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "playwright": "^1.54.1",
    "storybook": "^9.1.10",
    "storybook-addon-pseudo-states": "^9.1.10",
    "ts-node": "^10.9.2",
    "tsup": "^8.1.0",
    "typescript": "^5.6.3",
    "vitest": "^3.2.4",
    "vitest-axe": "^0.1.0"
  }
}
