{
  "name": "@ssa-ui-kit/widgets",
  "version": "2.9.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "sideEffects": false,
  "author": "SSA Group",
  "license": "MIT",
  "description": "SSA UI Kit widgets",
  "keywords": [
    "react",
    "SSA UI Kit",
    "widgets",
    "ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ssagroup/ui-kit.git",
    "directory": "packages/widgets"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@floating-ui/react": "0.27.4",
    "dotenv": "^16.0.3",
    "loose-envify": "^1.4.0",
    "@ssa-ui-kit/core": "^2.9.0",
    "@ssa-ui-kit/hooks": "^2.9.0",
    "@ssa-ui-kit/utils": "^2.9.0"
  },
  "browserslist": [
    ">0.1%",
    "not dead",
    "not op_mini all"
  ],
  "devDependencies": {
    "@emotion/css": "^11.13.5",
    "@emotion/jest": "^11.13.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@nivo/core": "^0.88.0",
    "@nivo/line": "^0.88.0",
    "@nivo/pie": "^0.88.0",
    "@nivo/scales": "^0.88.0",
    "@playwright/test": "^1.48.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
    "html-webpack-plugin": "^5.5.1"
  },
  "peerDependencies": {
    "@emotion/css": "^11.13.5",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@nivo/core": "^0.88.0",
    "@nivo/line": "^0.88.0",
    "@nivo/pie": "^0.88.0",
    "@nivo/scales": "^0.88.0",
    "react": "18.x",
    "react-dom": "18.x",
    "react-hook-form": "^7.46.1",
    "react-router-dom": "6.x || 7.x"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "scripts": {
    "test": "jest -i --no-cache",
    "build": "webpack --mode=production --node-env=production && tsc --build --force ./tsconfig.build.json && resolve-tspaths -p ./tsconfig.build.json",
    "sb:dev": "storybook dev -p 6007",
    "sb:build": "storybook build",
    "test:e2e": "pnpm exec playwright test --project=chromium",
    "test:e2e:ui": "pnpm exec playwright test --project=chromium --ui",
    "test:e2e:debug": "pnpm exec playwright test --project=chromium --debug",
    "ts-show-config-build": "tsc --showConfig -p ./tsconfig.build.json",
    "ts-show-config": "tsc --showConfig -p ./tsconfig.json",
    "ts-check": "tsc --noEmit -p ./tsconfig.json",
    "ts-check-build": "tsc -p ./tsconfig.build.json"
  }
}