{
  "name": "@splunk/react-icons",
  "version": "5.10.0",
  "description": "Library of various React icons",
  "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: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": "webpack serve --config docs.gen.webpack.config.js",
    "eslint": "eslint src --ext \".ts,.tsx\"",
    "eslint:fix": "eslint src --ext \".ts, .tsx\" --fix",
    "eslint:ci": "yarn run eslint -- -f junit -o test-reports/lint-results.xml",
    "fetch-figma": "node ./scripts/fetch-figma.js",
    "lint": "yarn run eslint && yarn run stylelint",
    "lint:ci": "yarn run eslint:ci && yarn run stylelint",
    "lint:quiet": "yarn run eslint --quiet && yarn run stylelint",
    "start": "cross-env NODE_ENV=development webpack --watch",
    "storybook": "sb dev -p 6006",
    "storybook:visual": "sb dev -p 6006 -c .storybook-visual",
    "storybook:test": "node ../../infra/visual-tests/test.js",
    "start:scripts": "tsc -p ./scripts/tsconfig.json --watch",
    "stylelint": "stylelint \"src/**/*.{ts,tsx}\" --config stylelint.config.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "types:build": "tsc --emitDeclarationOnly --declaration && tsc --emitDeclarationOnly --declaration --declarationDir ./types && node ./scripts/pruneTypes.js",
    "types:start": "yarn run 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": {
    "@splunk/ui-utils": "^1.13.0",
    "lodash": "^4.18.1",
    "prop-types": "^15.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@splunk/babel-preset": "^4.0.0",
    "@splunk/eslint-config": "^5.1.0",
    "@splunk/stylelint-config": "^5.0.0",
    "@splunk/webpack-configs": "^7.0.3",
    "@storybook/csf-tools": "^7.6.20",
    "@storybook/manager-api": "^7.6.20",
    "@storybook/react-webpack5": "^7.6.20",
    "@storybook/test-runner": "0.16.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.14.156",
    "@types/node": "^22.9.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/styled-components": "^5.1.0",
    "@typescript-eslint/eslint-plugin": "^8.29.1",
    "@typescript-eslint/parser": "^8.29.1",
    "babel-loader": "^8.3.0",
    "babel-plugin-styled-components": "^1.10.7",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-require-context": "^0.1.1",
    "cross-env": "^6.0.3",
    "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-jsx-a11y": "^6.10.0",
    "eslint-plugin-react": "^7.36.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "figma-js": "1.16.1-0",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jest-image-snapshot": "^5.1.0",
    "jest-stare": "^2.4.1",
    "playwright": "^1.45.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "regenerator-runtime": "^0.13.11",
    "storybook": "^7.6.20",
    "styled-components": "^5.3.10",
    "stylelint": "^15.11.0",
    "svgo": "^3.0.2",
    "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"
  }
}
