mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:41:06 +08:00
25 lines
661 B
JSON
25 lines
661 B
JSON
{
|
|
"name": "@storybook/addon-storyshots-puppeteer",
|
|
"version": "4.0.0-alpha.16",
|
|
"description": "Image snappshots addition to StoryShots base on puppeteer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/node-logger": "4.0.0-alpha.16",
|
|
"babel-runtime": "^6.26.0",
|
|
"jest-image-snapshot": "^2.4.3",
|
|
"puppeteer": "^1.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addon-storyshots": "4.0.0-alpha.16"
|
|
}
|
|
}
|