CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json214 linesDownload Raw Back to chromatic
1{2  "name": "chromatic",3  "version": "13.3.5",4  "description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",5  "keywords": [6    "storybook-addon",7    "storybook",8    "addon",9    "test",10    "popular"11  ],12  "homepage": "https://www.chromatic.com",13  "bugs": {14    "url": "https://github.com/chromaui/chromatic-cli",15    "email": "support@chromatic.com"16  },17  "repository": {18    "type": "git",19    "url": "git+https://github.com/chromaui/chromatic-cli.git"20  },21  "license": "MIT",22  "author": {23    "name": "Chromatic",24    "email": "support@chromatic.com"25  },26  "exports": {27    ".": {28      "types": "./isChromatic.d.ts",29      "require": "./isChromatic.js",30      "import": "./isChromatic.mjs"31    },32    "./node": {33      "types": "./dist/node.d.ts",34      "require": "./dist/node.js",35      "node": "./dist/node.js"36    },37    "./isChromatic": {38      "types": "./isChromatic.d.ts",39      "require": "./isChromatic.js",40      "import": "./isChromatic.mjs"41    },42    "./package.json": "./package.json"43  },44  "main": "isChromatic.js",45  "module": "isChromatic.mjs",46  "typesVersions": {47    "*": {48      "*": [49        "./isChromatic.d.ts"50      ],51      "isChromatic": [52        "./isChromatic.d.ts"53      ],54      "node": [55        "dist/node.d.ts"56      ]57    }58  },59  "bin": {60    "chroma": "dist/bin.js",61    "chromatic": "dist/bin.js",62    "chromatic-cli": "dist/bin.js"63  },64  "files": [65    "dist/*.js",66    "dist/node.d.ts",67    "isChromatic.js",68    "isChromatic.mjs",69    "isChromatic.d.ts"70  ],71  "resolutions": {72    "any-observable": "^0.5.1"73  },74  "devDependencies": {75    "@actions/core": "^1.10.0",76    "@actions/github": "^5.0.0",77    "@antfu/ni": "^0.21.5",78    "@auto-it/slack": "^11.1.6",79    "@discoveryjs/json-ext": "^0.5.7",80    "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",81    "@sentry/cli": "^2.37.0",82    "@sentry/node": "^8.30.0",83    "@snyk/dep-graph": "^2.9.0",84    "@storybook/addon-essentials": "^8.1.5",85    "@storybook/addon-webpack5-compiler-swc": "^1.0.3",86    "@storybook/csf-tools": "^8.1.5",87    "@storybook/linter-config": "^4.0.0",88    "@storybook/react": "^8.1.5",89    "@storybook/react-webpack5": "^8.1.5",90    "@tsconfig/node16": "^16.1.1",91    "@types/archiver": "^5.3.1",92    "@types/async-retry": "^1.4.3",93    "@types/cross-spawn": "^6.0.2",94    "@types/fs-extra": "^9.0.13",95    "@types/jsonfile": "^6.0.1",96    "@types/listr": "^0.14.4",97    "@types/node": "18.x",98    "@types/picomatch": "^2.3.0",99    "@types/progress-stream": "^2.0.2",100    "@types/prompts": "^2.4.9",101    "@types/semver": "^7.3.9",102    "@types/webpack-env": "^1.18.5",103    "@types/ws": "^8",104    "@typescript-eslint/eslint-plugin": "^6.8.0",105    "@typescript-eslint/parser": "^6.8.0",106    "@vitest/coverage-v8": "^2.0.5",107    "ansi-html": "0.0.9",108    "any-observable": "^0.5.1",109    "archiver": "^5.3.0",110    "async-retry": "^1.3.3",111    "auto": "^11.0.5",112    "boxen": "^7.1.1",113    "chalk": "^4.1.2",114    "clean-package": "^2.2.0",115    "cpy": "^8.1.2",116    "cross-env": "^7.0.3",117    "cross-spawn": "^7.0.2",118    "debug": "^4.3.2",119    "dotenv": "^16.4.5",120    "env-ci": "^11.1.0",121    "eslint": "^9.10.0",122    "eslint-config-prettier": "^9.0.0",123    "eslint-plugin-import": "^2.28.1",124    "eslint-plugin-jsdoc": "^48.2.6",125    "eslint-plugin-json": "^3.1.0",126    "eslint-plugin-no-secrets": "^1.0.2",127    "eslint-plugin-react": "^7.33.2",128    "eslint-plugin-security": "^3.0.0",129    "eslint-plugin-simple-import-sort": "^12.1.0",130    "eslint-plugin-sort-class-members": "^1.20.0",131    "eslint-plugin-unicorn": "^53.0.0",132    "esm": "^3.2.25",133    "execa": "^9.6.0",134    "fake-tag": "^2.0.0",135    "filesize": "^10.1.0",136    "find-up": "^7.0.0",137    "formdata-node": "^6.0.3",138    "fs-extra": "^10.0.0",139    "globals": "^15.3.0",140    "https-proxy-agent": "^7.0.2",141    "husky": "^7.0.0",142    "json5": "^2.2.3",143    "jsonfile": "^6.0.1",144    "junit-report-builder": "3.1.0",145    "listr": "0.14.3",146    "listr-update-renderer": "^0.5.0",147    "meow": "^9.0.0",148    "mock-fs": "^5.1.2",149    "no-proxy": "^1.0.3",150    "node-ask": "^1.0.1",151    "node-fetch": "3.2.10",152    "npm-run-all": "^4.0.2",153    "observable": "^2.1.4",154    "os-browserify": "^0.3.0",155    "p-limit": "3.1.0",156    "picomatch": "2.2.2",157    "pkg-up": "^3.1.0",158    "pluralize": "^8.0.0",159    "prettier": "^3.2.5",160    "progress-stream": "^2.0.0",161    "prompts": "^2.4.2",162    "prop-types": "^15.7.2",163    "react": "^17.0.2",164    "react-dom": "^17.0.2",165    "read-package-up": "^11.0.0",166    "semver": "^7.3.5",167    "slash": "^3.0.0",168    "snyk-nodejs-lockfile-parser": "^1.58.18",169    "snyk-nodejs-plugin": "^1.4.3",170    "sort-package-json": "1.50.0",171    "storybook": "^8.1.5",172    "string-argv": "^0.3.1",173    "strip-ansi": "^7.1.0",174    "tmp-promise": "3.0.2",175    "ts-dedent": "^1.0.0",176    "ts-loader": "^9.2.5",177    "tsup": "^7.2.0",178    "typescript": "^5.2.2",179    "typescript-eslint": "^7.11.0",180    "util-deprecate": "^1.0.2",181    "uuid": "^8.3.2",182    "vite": "^4.4.9",183    "vite-tsconfig-paths": "^5.1.4",184    "vitest": "^2.0.5",185    "why-is-node-running": "^2.1.2",186    "ws": "^8.18.2",187    "xxhash-wasm": "^1.0.2",188    "yarn-or-npm": "^3.0.1",189    "zen-observable": "^0.8.15",190    "zod": "^3.22.2"191  },192  "peerDependencies": {193    "@chromatic-com/cypress": "^0.*.* || ^1.0.0",194    "@chromatic-com/playwright": "^0.*.* || ^1.0.0"195  },196  "peerDependenciesMeta": {197    "@chromatic-com/cypress": {198      "optional": true199    },200    "@chromatic-com/playwright": {201      "optional": true202    }203  },204  "publishConfig": {205    "access": "public",206    "registry": "https://registry.npmjs.org/"207  },208  "docs": "https://www.chromatic.com/docs/cli",209  "storybook": {210    "icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",211    "displayName": "Chromatic"212  }213}214 
basant307/AI_Governance_Project · CoolFace