mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/addon-storyshots-puppeteer",
|
|
"version": "5.3.0-rc.0",
|
|
"description": "Image snapshots addition to StoryShots based on puppeteer",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storyshots/storyshots-puppeteer",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/storyshots/storyshots-puppeteer"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**/*",
|
|
"docs/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@hypnosphi/jest-puppeteer-axe": "^1.4.0",
|
|
"@storybook/csf": "0.0.1",
|
|
"@storybook/node-logger": "5.3.0-rc.0",
|
|
"@types/jest-image-snapshot": "^2.8.0",
|
|
"core-js": "^3.0.1",
|
|
"jest-image-snapshot": "^2.8.2",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/puppeteer": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addon-storyshots": "5.3.0-rc.1",
|
|
"puppeteer": "^1.12.2 || ^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6ad2664adf18b50ea3ce015cbae2ff3e9a60cc4a",
|
|
"peerDependenciesMeta": {
|
|
"puppeteer": {
|
|
"optional": true
|
|
}
|
|
}
|
|
} |