UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@storybook/addon-storyshots-puppeteer",
3 "version": "7.4.4",
4 "description": "Image snapshots addition to StoryShots based on puppeteer",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-puppeteer",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "code/addons/storyshots-puppeteer"
17 },
18 "funding": {
19 "type": "opencollective",
20 "url": "https://opencollective.com/storybook"
21 },
22 "license": "MIT",
23 "main": "dist/index.js",
24 "module": "dist/index.mjs",
25 "types": "dist/index.d.ts",
26 "files": [
27 "dist/**/*",
28 "README.md",
29 "*.js",
30 "*.mjs",
31 "*.d.ts",
32 "!src/**/*"
33 ],
34 "scripts": {
35 "check": "../../../scripts/prepare/check.ts",
36 "prep": "../../../scripts/prepare/tsc.ts"
37 },
38 "dependencies": {
39 "@axe-core/puppeteer": "^4.2.0",
40 "@storybook/csf": "^0.1.0",
41 "@storybook/node-logger": "7.4.4",
42 "@storybook/types": "7.4.4",
43 "@types/jest-image-snapshot": "^6.0.0",
44 "jest-image-snapshot": "^6.0.0"
45 },
46 "devDependencies": {
47 "@types/puppeteer": "^5.4.0",
48 "enzyme": "^3.11.0",
49 "enzyme-to-json": "^3.6.1",
50 "puppeteer": "^2.0.0 || ^3.0.0"
51 },
52 "peerDependencies": {
53 "@storybook/addon-storyshots": "7.4.4",
54 "puppeteer": ">=2.0.0"
55 },
56 "peerDependenciesMeta": {
57 "puppeteer": {
58 "optional": true
59 }
60 },
61 "publishConfig": {
62 "access": "public"
63 },
64 "bundler": {},
65 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
66}
\No newline at end of file