{
  "name": "@splunk/react-ui",
  "version": "5.9.1",
  "description": "Library of React components that implement the Splunk design language",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack && yarn types:build",
    "docs": "NODE_ENV=production webpack --config docs.gen.webpack.config.js",
    "docs:llm": "NODE_ENV=production webpack --config docs-llm.gen.webpack.config.js",
    "docs:publish": "eval $(splunk-docs-package docs) && artifact-ci publish generic $DOCS_GEN_OUTPUT_NAME $DOCS_GEN_REMOTE_PATH",
    "docs:publish:external": "eval $(splunk-docs-package docs-external --suffix=public) && artifact-ci publish generic $DOCS_GEN_OUTPUT_NAME $DOCS_GEN_REMOTE_PATH",
    "docs:start": "INTERNAL=true webpack serve --config docs.gen.webpack.config.js",
    "docs:start:external": "webpack serve --config docs.gen.webpack.config.js",
    "eslint": "eslint --rulesdir ../../infra/eslint/rules src .storybook --ext \".ts,.tsx,.js,.jsx\"",
    "eslint:fix": "yarn run eslint --fix",
    "eslint:ci": "yarn run eslint -f junit -o test-reports/lint-results.xml",
    "lint": "yarn run eslint && yarn run stylelint",
    "lint:quiet": "yarn run eslint --quiet && yarn run stylelint",
    "lint:ci": "yarn run eslint:ci && yarn run stylelint",
    "start": "cross-env NODE_ENV=development webpack --watch",
    "storybook": "STORYBOOK_BRANCH=$(git branch --show-current) sb dev -p 6006",
    "storybook:test": "node ../../infra/visual-tests/test.js",
    "storybook:test:all": "yarn storybook:test --all",
    "storybook:a11y": "yarn storybook:test --a11y",
    "storybook:a11y:all": "yarn storybook:test --all --a11y",
    "storybook:build": "yarn sb build",
    "stylelint": "stylelint \"src/**/*.{ts,tsx,js,jsx}\" --config stylelint.config.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cypress": "yarn cypress open --component",
    "test:cypress:ci": "yarn cypress run --component",
    "types:build": "yarn types:noemit && yarn tsc --emitDeclarationOnly --declaration --declarationDir ./types && node ./scripts/pruneTypes.js",
    "types:noemit": "tsc --p cypress/tsconfig.check-cypress.json && tsc --p tsconfig.check-docs.json",
    "types:start": "yarn types:build --watch"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "styled-components": "^5.3.10"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@react-spring/web": "^9.7.5",
    "@splunk/react-icons": "^5.10.0",
    "@splunk/themes": "^1.7.0",
    "@splunk/ui-utils": "^1.13.0",
    "decimal.js-light": "^2.5.1",
    "intl-tel-input": "^25.3.2",
    "lodash": "^4.18.1",
    "moment": "^2.29.4",
    "prop-types": "^15.6.2",
    "react-markdown": "^8.0.7",
    "remark-gfm": "^1.0.0",
    "use-sync-external-store": "^1.6.0",
    "use-typed-event-listener": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@splunk/babel-preset": "^4.0.0",
    "@splunk/docs-gen": "^1.5.0",
    "@splunk/eslint-config": "^5.1.0",
    "@splunk/eslint-plugin-splunk-ui": "^0.2.0",
    "@splunk/react-docs": "^1.7.0",
    "@splunk/stylelint-config": "^5.0.0",
    "@splunk/test-runner-utils": "^0.4.1",
    "@splunk/webpack-configs": "^7.0.3",
    "@storybook/addon-a11y": "^7.6.20",
    "@storybook/addon-essentials": "^7.6.20",
    "@storybook/addon-interactions": "^7.6.20",
    "@storybook/csf": "^0.0.1",
    "@storybook/manager-api": "^7.6.20",
    "@storybook/react-webpack5": "^7.6.20",
    "@storybook/test-runner": "0.16.0",
    "@testing-library/cypress": "^9.0.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.14.156",
    "@types/node": "^18.16.0",
    "@types/prismjs": "^1.26.3",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/styled-components": "^5.1.0",
    "@types/use-sync-external-store": "^1.5.0",
    "@types/webpack-env": "^1.15.2",
    "@typescript-eslint/eslint-plugin": "^8.29.1",
    "@typescript-eslint/parser": "^8.29.1",
    "axe-html-reporter": "^2.2.11",
    "axe-playwright": "^1.1.11",
    "babel-loader": "^8.3.0",
    "babel-plugin-istanbul": "^5.2.0",
    "babel-plugin-styled-components": "^1.10.7",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-require-context": "^0.1.1",
    "core-js": "^3.6.4",
    "cross-env": "^6.0.3",
    "cypress": "^13.17.0",
    "cypress-real-events": "^1.9.1",
    "eslint": "^8.57.1",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-webpack": "^0.13.4",
    "eslint-plugin-cypress": "^3.5.0",
    "eslint-plugin-import": "^2.30.1",
    "eslint-plugin-jest": "^28.8.3",
    "eslint-plugin-jest-dom": "^5.4.0",
    "eslint-plugin-jsx-a11y": "^6.10.0",
    "eslint-plugin-react": "^7.36.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-perf": "^3.3.2",
    "eslint-plugin-testing-library": "^6.3.0",
    "fs-extra": "^10.1.0",
    "fs-readdir-recursive": "^1.0.0",
    "glob": "^7.1.6",
    "http-server": "^14.1.1",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jest-image-snapshot": "^5.1.0",
    "jest-junit": "^10.0.0",
    "jest-stare": "^2.4.1",
    "mkdirp": "^0.5.1",
    "playwright": "^1.45.0",
    "prismjs": "^1.29.0",
    "raw-loader": "^4.0.2",
    "react": "^18.2.0",
    "react-docgen": "^5.4.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^16.13.1",
    "storybook": "^7.6.20",
    "styled-components": "^5.3.10",
    "stylelint": "^15.11.0",
    "typescript": "^5.8.3",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.2.2",
    "webpack-merge": "^5.9.0"
  },
  "engines": {
    "node": ">=14"
  }
}
