{
  "name": "@pingux/astro",
  "version": "2.187.0",
  "description": "React component library for Ping Identity's design system",
  "repository": {
    "type": "git",
    "url": "git@gitlab.corp.pingidentity.com:ux/pingux.git"
  },
  "license": "Apache-2.0",
  "author": "ux-development@pingidentity.com",
  "main": "lib/cjs/index.js",
  "module": "lib/index.js",
  "types": "lib/cjs/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "install-react-version": "cd ../ && npm run install-react-18 && npm && cd packages/astro && npm",
    "build": "rm -rf ../../dist/astro && npm run build:types && npm run build:cjs && npm run build:esm && cp README.md ../../dist/astro && cp MIGRATION.md ../../dist/astro/lib && cp package.json ../../dist/astro",
    "build-ci": "npm build",
    "append-version": "node ../../append_current_version.js",
    "build:types": "tsc --project ./tsconfig.lib.json --emitDeclarationOnly",
    "build:cjs": "BABEL_ENV=cjs babel --config-file ./babel.config.js ./src --out-dir ../../dist/astro/lib/cjs --extensions \".ts,.tsx,.js,.jsx\"  --copy-files",
    "build:esm": "BABEL_ENV=esm babel --config-file ./babel.config.js ./src --out-dir ../../dist/astro/lib --extensions \".ts,.tsx,.js,.jsx\" --copy-files",
    "chromatic": "npx chromatic",
    "coverage": "npm test --coverage",
    "coverage-ci": "npm test --coverage --ci",
    "coverage-jenkins": "npm coverage-ci --maxWorkers=25%",
    "demo": "rm -rf ./demo && storybook build -o demo",
    "start": " storybook dev -p 6006",
    "storybook": "npm start",
    "test": "jest",
    "test:watch": "jest watch",
    "publish:local": "npm i && npx nx build && cd ../../dist/astro && sh -c 'TAR=$(npm pack); printf \"%s\\n\" \"$PWD/$TAR\" | pbcopy; echo \"Packed: $PWD/$TAR\"'"
  },
  "dependencies": {
    "@babel/runtime": "7.16.3",
    "@babel/runtime-corejs3": "7.13.8",
    "@emotion/react": "^11.1.1",
    "@emotion/styled": "^11.1.1",
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-brands-svg-icons": "^6.7.2",
    "@fortawesome/free-regular-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@internationalized/date": "^3.5.3",
    "@internationalized/number": "^3.6.0",
    "@material-symbols/font-400": "^0.40.2",
    "@monaco-editor/react": "4.4.2",
    "@pingux/mdi-react": "^1.2.0",
    "@pingux/onyx-tokens": "^0.18.0",
    "@react-aria/accordion": "~3.0.0-alpha.11",
    "@react-aria/breadcrumbs": "^3.1.4",
    "@react-aria/button": "^3.13.2",
    "@react-aria/calendar": "^3.5.7",
    "@react-aria/checkbox": "^3.2.0",
    "@react-aria/color": "~3.0.0",
    "@react-aria/combobox": "^3.0.0",
    "@react-aria/datepicker": "^3.10.1",
    "@react-aria/dialog": "^3.1.2",
    "@react-aria/dnd": "3.0.0",
    "@react-aria/focus": "~3.8.0",
    "@react-aria/grid": "~3.4.1",
    "@react-aria/gridlist": "^3.7.4",
    "@react-aria/i18n": "~3.6.0",
    "@react-aria/interactions": "3.21.0",
    "@react-aria/label": "^3.1.0",
    "@react-aria/link": "^3.1.1",
    "@react-aria/list": "^3.0.0-beta.0",
    "@react-aria/listbox": "~3.10.2",
    "@react-aria/live-announcer": "~3.1.1",
    "@react-aria/overlays": "^3.28.0",
    "@react-aria/progress": "^3.4.9",
    "@react-aria/select": "^3.14.5",
    "@react-aria/selection": "~3.10.1",
    "@react-aria/table": "^3.9.0",
    "@react-aria/tabs": "^3.8.3",
    "@react-aria/toggle": "^3.11.5",
    "@react-aria/utils": "^3.16.0",
    "@react-aria/virtualizer": "~3.8.0",
    "@react-aria/visually-hidden": "~3.6.0",
    "@react-spectrum/test-utils": "^3.0.0-alpha.1",
    "@react-spectrum/utils": "~3.6.1",
    "@react-stately/calendar": "^3.5.0",
    "@react-stately/color": "~3.8.1",
    "@react-stately/data": "^3.13.1",
    "@react-stately/datepicker": "^3.9.4",
    "@react-stately/dnd": "3.0.0",
    "@react-stately/grid": "~3.3.1",
    "@react-stately/layout": "^3.13.4",
    "@react-stately/list": "^3.10.4",
    "@react-stately/overlays": "^3.6.4",
    "@react-stately/select": "^3.6.4",
    "@react-stately/selection": "^3.15.0",
    "@react-stately/table": "^3.9.0",
    "@react-stately/tabs": "^3.6.3",
    "@react-stately/toggle": "^3.8.5",
    "@react-stately/tree": "^3.7.4",
    "@react-stately/virtualizer": "~3.6.5",
    "@react-types/combobox": "^3.13.8",
    "@react-types/slider": "^3.7.9",
    "@styled-system/prop-types": "^5.1.5",
    "@styled-system/should-forward-prop": "^5.1.5",
    "@styled-system/theme-get": "^5.1.2",
    "chroma-js": "^2.1.0",
    "classnames": "^2.2.6",
    "countries-list": "^2.6.1",
    "deepmerge": "^4.3.1",
    "emotion-normalize": "^11.0.1",
    "listbox-layout": "npm:@react-stately/layout@3.9.0",
    "listbox-virtualizer": "npm:@react-aria/virtualizer@3.6.0",
    "lodash": "^4.17.23",
    "markdown-to-jsx": "^7.7.4",
    "monaco-editor": "0.34.1",
    "pluralize": "^8.0.0",
    "prism-react-renderer": "1.2.1",
    "prismjs": "^1.27.0",
    "prop-types": "^15.7.2",
    "react-aria": "~3.19.0",
    "react-color": "^2.19.3",
    "react-dropzone": "^11.4.2",
    "react-stately": "^3.31.0",
    "recharts": "^2.7.0",
    "regenerator-runtime": "^0.13.7",
    "styled-system": "^5.1.5",
    "theme-ui": "^0.10.0",
    "use-resize-observer": "^8.0.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.0",
    "@babel/core": "^7.22.0",
    "@babel/plugin-transform-runtime": "7.13.9",
    "@babel/plugin-transform-spread": "^7.16.7",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.13.0",
    "@codesandbox/storybook-addon": "^0.2.2",
    "@emotion/babel-preset-css-prop": "^11.2.0",
    "@emotion/cache": "^11.4.0",
    "@react-stately/collections": "^3.10.2",
    "@react-types/accordion": "^3.0.0-alpha.18",
    "@react-types/button": "^3.9.3",
    "@react-types/calendar": "^3.4.5",
    "@react-types/checkbox": "^3.8.0",
    "@react-types/datepicker": "^3.7.4",
    "@react-types/grid": "^3.2.4",
    "@react-types/select": "^3.9.1",
    "@react-types/shared": "^3.23.1",
    "@react-types/table": "^3.9.3",
    "@storybook/addon-a11y": "^7.1.0",
    "@storybook/addon-console": "^2.0.0",
    "@storybook/addon-docs": "^7.1.0",
    "@storybook/addon-essentials": "^7.1.0",
    "@storybook/addon-links": "^7.1.0",
    "@storybook/addon-mdx-gfm": "^7.1.0",
    "@storybook/addon-storysource": "^7.1.0",
    "@storybook/addons": "^7.1.0",
    "@storybook/react": "^7.1.0",
    "@storybook/react-vite": "^7.1.0",
    "@storybook/theming": "^7.1.0",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "15.0.6",
    "@testing-library/user-event": "^12.8.3",
    "@types/chroma-js": "^2.4.3",
    "@types/jest": "^29.5.3",
    "@types/jest-axe": "^3.5.8",
    "@types/mdx": "^2.0.5",
    "@types/react": "^18.2.18",
    "@types/react-dom": "^18",
    "@types/regenerator-runtime": "^0.13.5",
    "@types/styled-system": "^5.1.16",
    "@types/testing-library__jest-dom": "^5.14.9",
    "@types/uuid": "^8.3.2",
    "@types/whatwg-fetch": "^0.0.33",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitejs/plugin-react": "^4.2.0",
    "babel-plugin-react-docgen": "^4.2.1",
    "babel-plugin-transform-node-env-inline": "^0.4.3",
    "eslint": "^9.0.0",
    "jest": "^29.0.0",
    "jest-axe": "^5.0.1",
    "jest-canvas-mock": "^2.3.0",
    "jest-emotion": "^11.0.0",
    "jest-pnp-resolver": "^1.2.3",
    "mutationobserver-shim": "^0.3.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "react-json-tree": "^0.17.0",
    "react-test-renderer": "^18.2.0",
    "storybook": "^7.1.0",
    "storybook-addon-designs": "beta",
    "ts-jest": "^29.0.0",
    "typescript": "~5.5.2",
    "vite-plugin-dts": "~3.8.1",
    "vitest": "^1.3.1",
    "whatwg-fetch": "^3.2.0",
    "babel-loader": "^8.1.0",
    "msw": "^2.11.3",
    "msw-storybook-addon": "^2.0.5",
    "@babel/eslint-parser": "^7.22.15",
    "@emotion/eslint-plugin": "^11.12.0",
    "@emotion/jest": "11.11.0",
    "@eslint/eslintrc": "^3.3.1",
    "@storybook/addon-actions": "^7.1.0",
    "@storybook/api": "^7.1.0",
    "@storybook/components": "^7.1.0",
    "@storybook/preset-scss": "^1.0.3",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest-dom": "^5.5.0",
    "eslint-plugin-jsx-a11y": "^6.10.1",
    "eslint-plugin-react": "^7.35.10",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-testing-library": "^7.0.0",
    "@faker-js/faker": "~7.5.0",
    "@nx/vite": "20.0.5",
    "globals": "^13.19.0",
    "@mdx-js/react": "^2.0.0",
    "chromatic": "^6.5.3"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  },
  "overrides": {
    "@emotion/eslint-plugin": {
      "eslint": "^9.35.0"
    },
    "eslint-config-airbnb": {
      "eslint": "^9.35.0",
      "eslint-plugin-react-hooks": "^5.0.0"
    },
    "eslint-plugin-jest-dom": {
      "eslint": "^9.35.0"
    },
    "@react-spectrum/test-utils": {
      "@testing-library/react": "^15.0.6",
      "@testing-library/user-event": "^12.8.3"
    },
    "@react-spectrum/utils": {
      "react": "^18.2.0"
    },
    "theme-ui": {
      "react": "^18.2.0",
      "react-dom": "^18.2.0"
    },
    "@react-aria/interactions": "3.21.0",
    "react-aria": {
      "@react-aria/interactions": "3.21.0"
    },
    "@react-aria/focus": {
      "@react-aria/interactions": "3.21.0"
    },
    "@react-aria/grid": {
      "@react-aria/interactions": "3.21.0"
    },
    "@react-aria/selection": {
      "@react-aria/interactions": "3.21.0"
    }
  }
}
