storybook-chromatic
Version:
Visual Testing for Storybook
50 lines (49 loc) • 1.5 kB
JSON
{
"name": "storybook-chromatic",
"version": "1.3.1",
"description": "Visual Testing for Storybook",
"main": "./dist/assets/storybook-addon.js",
"scripts": {
"prebuild": "rm -rf ./dist",
"build:bin": "../../node_modules/.bin/babel --root-mode upward -s -d ./dist ./src -D --only 'src/assets/**/*.js,src/bin/**/*.js'",
"build:webpack": "../../node_modules/.bin/webpack",
"build": "../../node_modules/.bin/npm-run-all --serial -l build:**",
"prepare": "npm run build",
"dev": "../../node_modules/.bin/npm-run-all --parallel -l 'build:** -- --watch'"
},
"bin": {
"chromatic": "./dist/bin/chromatic.js"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@chromaui/localtunnel": "1.9.1-chromatic.3",
"apollo-fetch": "^0.7.0",
"commander": "^2.9.0",
"debug": "^3.0.1",
"denodeify": "^1.2.1",
"env-ci": "^2.1.0",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^11.5.1",
"jsonfile": "^4.0.0",
"minimatch": "^3.0.4",
"node-ask": "^1.0.1",
"node-loggly-bulk": "^2.2.4",
"strip-color": "^0.1.0",
"tree-kill": "^1.1.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"@storybook/core": "3.* || 4.* || 5.*"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-loader": "8",
"npm-run-all": "^4.0.2",
"prettier-eslint": "^8.8.2",
"tmp": "^0.0.33",
"webpack": "^4.29.2",
"webpack-cli": "^3.2.3",
"webpack-node-externals": "^1.6.0"
}
}