mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/addon-storyshots-puppeteer",
|
|
"version": "5.1.0-alpha.16",
|
|
"description": "Image snappshots addition to StoryShots base on puppeteer",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/storyshots/storyshots-puppeteer",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "addons/storyshots/storyshots-puppeteer"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/node-logger": "5.1.0-alpha.16",
|
|
"@storybook/router": "5.1.0-alpha.16",
|
|
"core-js": "^2.6.5",
|
|
"jest-image-snapshot": "^2.8.1",
|
|
"puppeteer": "^1.12.2",
|
|
"regenerator-runtime": "^0.12.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addon-storyshots": "5.1.0-alpha.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|