chromatic
Version:
Automate visual testing across browsers. Gather UI feedback. Versioned documentation.
150 lines (149 loc) • 4.62 kB
JSON
{
"name": "chromatic",
"version": "5.10.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
"storybook",
"addon",
"test",
"popular"
],
"homepage": "https://www.chromatic.com",
"bugs": {
"url": "https://github.com/chromaui/chromatic-cli",
"email": "support@chromatic.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chromaui/chromatic-cli.git"
},
"license": "MIT",
"main": "./storybook-addon.js",
"types": "./storybook-addon.d.ts",
"bin": {
"chroma": "bin/register.js",
"chromatic": "bin/register.js",
"chromatic-cli": "bin/register.js"
},
"files": [
"bin",
"dist",
"isChromatic.js",
"isChromatic.d.ts",
"storybook-addon.js",
"storybook-addon.d.ts"
],
"scripts": {
"prebuild": "rm -rf ./dist",
"build": "npm-run-all --serial -l build:**",
"build-storybook": "build-storybook -s static",
"build:action": "tsc",
"build:bin": "cross-env BABEL_ENV=build babel -s -d ./dist ./src -D",
"chromatic": "node ./bin/register.js",
"chromatic-prebuilt": "node ./bin/register.js --storybook-build-dir=\"storybook-static\"",
"chromatic-staging": "CHROMATIC_INDEX_URL=https://www.staging-chromatic.com node ./bin/register.js",
"chromatic-verbose": "cross-env LOG_LEVEL=verbose node ./bin/register.js",
"dev": "npm-run-all --parallel -l 'build:** -- --watch'",
"lint": "yarn lint:js src .storybook bin stories",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts --report-unused-disable-directives",
"lint:package": "sort-package-json",
"prepublish": "npm run build",
"postpublish": "npm run publish-action",
"publish-action": "yarn build:action && node scripts/publish-action.js",
"trim-stats": "node -r esm scripts/trim-stats-file.js",
"stats-to-story-files": "node -r esm scripts/stats-to-story-files.js",
"storybook": "start-storybook -p 9009 -s static",
"test": "jest",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.ts": [
"yarn lint:js --fix"
],
"*.js": [
"yarn lint:js --fix"
],
"*.json": [
"yarn lint:js --fix"
],
"package.json": [
"yarn lint:package"
]
},
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^5.0.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@chromaui/localtunnel": "^2.0.3",
"async-retry": "^1.3.3",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"dotenv": "^8.2.0",
"env-ci": "^5.0.2",
"esm": "^3.2.25",
"execa": "^5.0.0",
"fake-tag": "^2.0.0",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.0",
"jsonfile": "^6.0.1",
"junit-report-builder": "2.1.0",
"listr": "0.14.3",
"meow": "^8.0.0",
"no-proxy": "^1.0.3",
"node-ask": "^1.0.1",
"node-fetch": "^2.6.0",
"node-loggly-bulk": "^2.2.4",
"p-limit": "3.1.0",
"picomatch": "2.2.2",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"progress-stream": "^2.0.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"string-argv": "^0.3.1",
"strip-ansi": "6.0.0",
"tmp-promise": "3.0.2",
"tree-kill": "^1.2.2",
"ts-dedent": "^1.0.0",
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"yarn-or-npm": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/linter-config": "^3.1.2",
"@storybook/react": "^6.3.7",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"ansi-html": "0.0.7",
"babel-preset-minify": "^0.5.1",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"npm-run-all": "^4.0.2",
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sort-package-json": "1.50.0",
"typescript": "^4.3.5",
"why-is-node-running": "^2.1.2"
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",
"displayName": "Chromatic"
}
}