HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/design.system/node_modules/@chromatic-com/storybook/package.json
{
  "name": "@chromatic-com/storybook",
  "version": "3.2.5",
  "description": "Catch unexpected visual changes & UI bugs in your stories",
  "keywords": [
    "storybook-addons",
    "test",
    "visual tests",
    "vrt",
    "chromatic"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chromaui/addon-visual-tests.git"
  },
  "license": "MIT",
  "author": "Chromatic <support@chromatic.com>",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./dist/index.js",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./manager": "./dist/manager.js",
    "./preset": "./dist/preset.js",
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "build": "tsup",
    "build-storybook": "storybook build --webpack-stats-json",
    "build:staging": "CHROMATIC_BASE_URL=https://www.staging-chromatic.com tsup",
    "build:watch": "run-p 'build --watch' 'codegen --watch'",
    "chromatic": "chromatic --config-file production.config.json",
    "codegen": "graphql-codegen",
    "lint": "eslint src --max-warnings 0 --report-unused-disable-directives",
    "prerelease": "zx scripts/prepublish-checks.mjs",
    "release": "yarn run build && auto shipit",
    "start": "run-p build:watch 'storybook --quiet'",
    "storybook": "CHROMATIC_ADDON_NAME='../src/dev.ts' storybook dev -p 6004",
    "storybook-from-dist": "CHROMATIC_USE_DIST_VERSION=true CHROMATIC_ADDON_NAME='../dist/index.js' storybook dev -p 6004",
    "test": "vitest --coverage",
    "typecheck": "tsc --noemit"
  },
  "resolutions": {
    "jackspeak": "2.1.1"
  },
  "dependencies": {
    "chromatic": "^11.15.0",
    "filesize": "^10.0.12",
    "jsonfile": "^6.1.0",
    "react-confetti": "^6.1.0",
    "strip-ansi": "^7.1.0"
  },
  "devDependencies": {
    "@auto-it/slack": "^11.2.1",
    "@emotion/weak-memoize": "^0.3.1",
    "@graphql-codegen/cli": "^5.0.3",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@parcel/watcher": "^2.4.1",
    "@storybook/addon-actions": "^8.4.0-beta.5",
    "@storybook/addon-designs": "^8.0.0",
    "@storybook/addon-essentials": "^8.4.0-beta.5",
    "@storybook/addon-interactions": "^8.4.0-beta.5",
    "@storybook/addon-mdx-gfm": "^8.4.0-beta.5",
    "@storybook/blocks": "^8.4.0-beta.5",
    "@storybook/channels": "^8.4.0-beta.5",
    "@storybook/client-logger": "^8.4.0-beta.5",
    "@storybook/components": "^8.4.0-beta.5",
    "@storybook/core-events": "^8.4.0-beta.5",
    "@storybook/eslint-config-storybook": "^3.1.2",
    "@storybook/icons": "^1.2.8",
    "@storybook/manager": "^8.4.0-beta.5",
    "@storybook/manager-api": "^8.4.0-beta.5",
    "@storybook/preview": "^8.4.0-beta.5",
    "@storybook/react": "^8.4.0-beta.5",
    "@storybook/react-vite": "^8.4.0-beta.5",
    "@storybook/telemetry": "^8.4.0-beta.5",
    "@storybook/test": "^8.4.0-beta.5",
    "@storybook/testing-library": "^0.2.2",
    "@storybook/theming": "^8.4.0-beta.5",
    "@storybook/types": "^8.4.0-beta.5",
    "@types/jsonfile": "^6.1.1",
    "@types/node": "^18.15.0",
    "@types/pluralize": "^0.0.29",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^5.59.11",
    "@typescript-eslint/parser": "^5.59.11",
    "@urql/exchange-auth": "^2.1.6",
    "@vitejs/plugin-react": "^3.1.0",
    "@vitest/coverage-v8": "^2.1.8",
    "auto": "^11.0.5",
    "boxen": "^5.0.1",
    "date-fns": "^2.30.0",
    "dedent": "^0.7.0",
    "eslint": "^8.42.0",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-storybook": "^0.6.15",
    "graphql": "^16.8.1",
    "msw": "^2.0.0",
    "msw-storybook-addon": "2.0.0--canary.122.b3ed3b1.0",
    "npm-run-all": "^4.1.5",
    "pluralize": "^8.0.0",
    "polished": "^4.2.2",
    "prettier": "^2.8.8",
    "prompts": "^2.4.2",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-joyride": "^2.7.2",
    "rimraf": "^3.0.2",
    "storybook": "^8.4.0-beta.5",
    "ts-dedent": "^2.2.0",
    "tsup": "^6.6.3",
    "typescript": "^4.9.5",
    "urql": "^4.0.3",
    "uuid": "^9.0.0",
    "vite": "^4.1.4",
    "vite-plugin-environment": "^1.1.3",
    "vite-plugin-turbosnap": "^1.0.3",
    "vitest": "^2.1.8",
    "zod": "^3.22.2",
    "zx": "^1.14.1"
  },
  "peerDependencies": {
    "storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
  },
  "packageManager": "yarn@4.1.1",
  "engines": {
    "node": ">=16.0.0",
    "yarn": ">=1.22.18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "auto": {
    "baseBranch": "main",
    "plugins": [
      "npm",
      "released",
      [
        "slack",
        {
          "atTarget": "support-team",
          "iconEmoji": ":package:"
        }
      ]
    ]
  },
  "bundler": {
    "exportEntries": [
      "./src/index.ts"
    ],
    "managerEntries": [
      "./src/manager.tsx"
    ],
    "nodeEntries": [
      "./src/preset.ts"
    ]
  },
  "msw": {
    "workerDirectory": "public"
  },
  "storybook": {
    "displayName": "Visual Tests",
    "icon": "https://github.com/chromaui/addon-visual-tests/assets/486540/9acf6f3f-eadb-4b9e-b934-c4b0f87d9430",
    "supportedFrameworks": [
      "react",
      "vue",
      "angular",
      "web-components",
      "ember",
      "html",
      "svelte",
      "preact",
      "react-native"
    ]
  }
}