{
  "name": "@splunk/themes",
  "version": "1.7.0",
  "description": "Theme variables and mixins for the Splunk design language",
  "main": "./index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "babel": "babel src -d . --ignore src/babel-plugin-base64-png,src/**/tests --ignore \"**/docs\" --extensions .js,.ts,.tsx",
    "build": "cross-env NODE_ENV=production yarn babel && yarn types:build",
    "postbuild": "node --experimental-strip-types src/scripts/generateTokenSpec.ts",
    "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",
    "lint": "eslint src --ext \".ts,.tsx,.js,.jsx\"",
    "lint:ci": "yarn run lint -- -f junit -o test-reports/lint-results.xml",
    "lint:fix": "yarn run lint --fix",
    "start": "yarn babel --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "pretypes:build": "rm -rf ./types",
    "types:build": "tsc --emitDeclarationOnly --declaration",
    "types:start": "yarn types:build --watch"
  },
  "peerDependencies": {
    "@storybook/blocks": ">= 7.x",
    "@storybook/components": ">= 7.x",
    "@storybook/manager-api": ">= 7.x",
    "@storybook/react": ">= 7.x",
    "@storybook/theming": ">= 7.x",
    "@types/lodash": "^4.14.156",
    "@types/react": "^16 || ^17 || ^18",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "styled-components": "^5.3.10"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "styled-components": {
      "optional": true
    },
    "@storybook/blocks": {
      "optional": true
    },
    "@storybook/components": {
      "optional": true
    },
    "@storybook/manager-api": {
      "optional": true
    },
    "@storybook/react": {
      "optional": true
    },
    "@types/lodash": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "@storybook/theming": {
      "optional": true
    }
  },
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "dependencies": {
    "color-blend": "^2.0.9",
    "colorjs.io": "^0.6.1",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.0",
    "@babel/core": "^7.28.0",
    "@figma/plugin-typings": "^1.123.0",
    "@splunk/babel-preset": "^4.0.0",
    "@splunk/eslint-config": "^5.1.0",
    "@splunk/jsdoc-loader": "^3.1.1",
    "@splunk/ui-utils": "^1.13.0",
    "@storybook/blocks": "^7.6.20",
    "@storybook/components": "^7.6.20",
    "@storybook/manager-api": "^7.6.20",
    "@storybook/react": "^7.6.20",
    "@storybook/theming": "^7.6.20",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/lodash": "^4.14.156",
    "@types/react": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^8.29.1",
    "@typescript-eslint/parser": "^8.29.1",
    "babel-plugin-transform-define": "^2.0.0",
    "cross-env": "^6.0.3",
    "csstype": "^2.6.10",
    "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-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-testing-library": "^6.3.0",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jest-styled-components": "^7.0.8",
    "react": "^18.2.0",
    "styled-components": "^5.3.10",
    "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"
  }
}
