{
  "name": "@splunk/react-time-range",
  "version": "12.0.0",
  "description": "A Splunk time range picker built with React.",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "main": "Dropdown",
  "files": [
    "Dialog/*.js",
    "Dialog/types",
    "Dialog/*.d.ts",
    "Dropdown/*.js",
    "Dropdown/*.d.ts",
    "TimeAcceleratorPopup/*.js",
    "TimeAcceleratorPopup/*.d.ts",
    "SplunkwebConnector"
  ],
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack && yarn types:build",
    "dev": "yarn build --watch",
    "eslint": "yarn tsc --noEmit && eslint --rulesdir ../../infra/eslint/rules -c .eslintrc.js src .storybook --ext \".ts,.tsx,.js,.jsx\"",
    "eslint:fix": "yarn run eslint --fix",
    "eslint:ci": "yarn tsc --noEmit && 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",
    "test": "jest",
    "test:watch": "yarn test:unit --watch",
    "storybook": "STORYBOOK_BRANCH=$(git branch --show-current) sb dev -p 6006",
    "storybook:build": "yarn sb build",
    "stylelint": "stylelint \"src/**/*.{ts,tsx,js,jsx}\" --config stylelint.config.js",
    "storybook:test": "node ../../infra/visual-tests/test.js",
    "storybook:test:all": "yarn storybook:test --all",
    "types:build": "yarn tsc --project tsconfig.json -d --emitDeclarationOnly --outDir ./",
    "docs": "NODE_ENV=production webpack --config docs.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"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.6",
    "lodash": "^4.17.19",
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "@splunk/moment": "^0.7.0",
    "@splunk/react-ui": "^5.9.0",
    "@splunk/splunk-utils": "^3.4.0",
    "@splunk/themes": "^1.6.0",
    "@splunk/time-range-utils": "^3.3.0",
    "@splunk/ui-utils": "^1.12.0",
    "react": "^16.12.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0",
    "styled-components": "^5.3.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.0",
    "@babel/core": "^7.28.0",
    "@splunk/docs-gen": "^1.4.0",
    "@splunk/moment": "^0.7.0",
    "@splunk/node-license-extractor": "^2.4.0",
    "@splunk/react-docs": "^1.6.0",
    "@splunk/react-ui": "^5.9.0",
    "@splunk/splunk-utils": "^3.4.0",
    "@splunk/stylelint-config": "^5.0.0",
    "@splunk/themes": "^1.6.0",
    "@splunk/time-range-utils": "^3.3.0",
    "@splunk/ui-utils": "^1.12.0",
    "@splunk/webpack-configs": "^7.0.3",
    "@storybook/react-webpack5": "^7.6.20",
    "@storybook/test-runner": "0.16.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.14.149",
    "@types/node": "^12.12.2",
    "@types/react": "^18.2.0",
    "@types/styled-components": "^5.1.0",
    "@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": "^9.2.1",
    "core-js": "^3.7.0",
    "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-import": "^2.30.1",
    "eslint-plugin-jest": "^28.8.3",
    "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",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jest-fetch-mock": "^3.0.3",
    "jest-image-snapshot": "^5.1.0",
    "jest-junit": "^10.0.0",
    "jest-stare": "^2.4.1",
    "mockdate": "^3.0.2",
    "query-string": "^6.13.1",
    "raw-loader": "^4.0.1",
    "react": "^18.2.0",
    "react-docgen": "^2.20.1",
    "react-dom": "^18.2.0",
    "react-is": "^16.8.0",
    "regenerator-runtime": "^0.13.7",
    "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.0",
    "webpack-merge": "^5.9.0"
  }
}
