{
  "name": "@splunk/visualization-icons",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "28.6.0",
  "scripts": {
    "build": "viz-build",
    "build-storybook": "sb build -c .storybook -o .storybook-bundle",
    "clean": "yarn clean:storybook && yarn clean:esbuild",
    "clean:storybook": "rm -rf .storybook-bundle",
    "clean:esbuild": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm",
    "dev": "viz-build --watch",
    "storybook": "sb dev -p 6006 -c .storybook",
    "test": "yarn run test:visual",
    "test:ci": "yarn run test:visual:ci",
    "test:visual": "yarn build-storybook --quiet && yarn loki test --reactUri file:./.storybook-bundle",
    "test:visual:ci": "yarn test:visual --requireReference --verboseRenderer",
    "test:visual:update": "yarn loki approve"
  },
  "dependencies": {
    "@splunk/react-icons": "^5.9.0",
    "@splunk/ui-utils": "^1.12.0"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@splunk/visualization-build-tools": "^28.6.0",
    "@storybook/addon-actions": "^7.6.21",
    "@storybook/addons": "^7.6.21",
    "@storybook/react": "^7.6.21",
    "@storybook/react-webpack5": "^7.6.21",
    "loki": "^0.35.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
