UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@storybook/addon-storyshots",
3 "version": "6.0.16",
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 "files": [
22 "dist/**/*",
23 "README.md",
24 "*.js",
25 "*.d.ts",
26 "ts3.5/**/*"
27 ],
28 "scripts": {
29 "build-storybook": "build-storybook",
30 "example": "jest storyshot.test",
31 "prepare": "node ../../../scripts/prepare.js",
32 "storybook": "start-storybook -p 6006"
33 },
34 "dependencies": {
35 "@jest/transform": "^26.0.0",
36 "@storybook/addons": "6.0.16",
37 "@storybook/client-api": "6.0.16",
38 "@storybook/core": "6.0.16",
39 "@types/glob": "^7.1.1",
40 "@types/jest": "^25.1.1",
41 "@types/jest-specific-snapshot": "^0.5.3",
42 "babel-plugin-require-context-hook": "^1.0.0",
43 "core-js": "^3.0.1",
44 "glob": "^7.1.3",
45 "global": "^4.3.2",
46 "jest-specific-snapshot": "^4.0.0",
47 "pretty-format": "^26.4.0",
48 "read-pkg-up": "^7.0.0",
49 "regenerator-runtime": "^0.13.3",
50 "ts-dedent": "^1.1.1"
51 },
52 "devDependencies": {
53 "@storybook/addon-docs": "6.0.16",
54 "@storybook/react": "6.0.16",
55 "babel-loader": "^8.0.6",
56 "enzyme": "^3.11.0",
57 "enzyme-to-json": "^3.4.1",
58 "jest-emotion": "^10.0.17",
59 "react": "^16.8.3"
60 },
61 "peerDependencies": {
62 "react-dom": "*"
63 },
64 "publishConfig": {
65 "access": "public"
66 },
67 "gitHead": "f01f03d7f756e32cf6f8cc8c9eff85799d36938c",
68 "typesVersions": {
69 "<=3.5": {
70 "*": [
71 "ts3.5/*"
72 ]
73 }
74 }
75}