UNPKG

2.54 kBJSONView Raw
1{
2 "name": "@storybook/addon-storyshots",
3 "version": "6.1.7",
4 "description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storyshots/storyshots-core",
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": "addons/storyshots/storyshots-core"
17 },
18 "license": "MIT",
19 "main": "dist/index.js",
20 "types": "dist/index.d.ts",
21 "typesVersions": {
22 "<3.8": {
23 "*": [
24 "ts3.4/*"
25 ]
26 }
27 },
28 "files": [
29 "dist/**/*",
30 "README.md",
31 "*.js",
32 "*.d.ts",
33 "ts3.4/**/*"
34 ],
35 "scripts": {
36 "build-storybook": "build-storybook",
37 "example": "jest storyshot.test",
38 "prepare": "node ../../../scripts/prepare.js",
39 "storybook": "start-storybook -p 6006"
40 },
41 "dependencies": {
42 "@jest/transform": "^26.0.0",
43 "@storybook/addons": "6.1.7",
44 "@storybook/client-api": "6.1.7",
45 "@storybook/core": "6.1.7",
46 "@types/glob": "^7.1.1",
47 "@types/jest": "^25.1.1",
48 "@types/jest-specific-snapshot": "^0.5.3",
49 "babel-plugin-require-context-hook": "^1.0.0",
50 "core-js": "^3.0.1",
51 "glob": "^7.1.3",
52 "global": "^4.3.2",
53 "jest-specific-snapshot": "^4.0.0",
54 "pretty-format": "^26.4.0",
55 "react-test-renderer": "^16.8.0 || ^17.0.0",
56 "read-pkg-up": "^7.0.0",
57 "regenerator-runtime": "^0.13.7",
58 "ts-dedent": "^2.0.0"
59 },
60 "devDependencies": {
61 "@storybook/addon-docs": "6.1.7",
62 "@storybook/react": "6.1.7",
63 "babel-loader": "^8.0.6",
64 "enzyme": "^3.11.0",
65 "enzyme-to-json": "^3.4.1",
66 "jest-emotion": "^10.0.17",
67 "jest-preset-angular": "^8.3.2",
68 "jest-vue-preprocessor": "^1.5.0"
69 },
70 "peerDependencies": {
71 "@storybook/vue": "*",
72 "jest-preset-angular": "*",
73 "jest-vue-preprocessor": "*",
74 "react": "^16.8.0 || ^17.0.0",
75 "react-dom": "^16.8.0 || ^17.0.0",
76 "vue": "*"
77 },
78 "peerDependenciesMeta": {
79 "@storybook/vue": {
80 "optional": true
81 },
82 "jest-preset-angular": {
83 "optional": true
84 },
85 "jest-vue-preprocessor": {
86 "optional": true
87 },
88 "react": {
89 "optional": true
90 },
91 "react-dom": {
92 "optional": true
93 },
94 "vue": {
95 "optional": true
96 }
97 },
98 "publishConfig": {
99 "access": "public"
100 },
101 "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093"
102}