UNPKG

2.58 kBJSONView Raw
1{
2 "name": "@storybook/addon-storyshots",
3 "version": "6.1.12",
4 "description": "Take a code snapshot of every story automatically with Jest",
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.4/**/*"
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.1.12",
37 "@storybook/client-api": "6.1.12",
38 "@storybook/core": "6.1.12",
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 "react-test-renderer": "^16.8.0 || ^17.0.0",
49 "read-pkg-up": "^7.0.0",
50 "regenerator-runtime": "^0.13.7",
51 "ts-dedent": "^2.0.0"
52 },
53 "devDependencies": {
54 "@storybook/addon-docs": "6.1.12",
55 "@storybook/react": "6.1.12",
56 "babel-loader": "^8.0.6",
57 "enzyme": "^3.11.0",
58 "enzyme-to-json": "^3.4.1",
59 "jest-emotion": "^10.0.17",
60 "jest-preset-angular": "^8.3.2",
61 "jest-vue-preprocessor": "^1.5.0"
62 },
63 "peerDependencies": {
64 "@storybook/react": "*",
65 "@storybook/vue": "*",
66 "jest-preset-angular": "*",
67 "jest-vue-preprocessor": "*",
68 "react": "^16.8.0 || ^17.0.0",
69 "react-dom": "^16.8.0 || ^17.0.0",
70 "vue": "*"
71 },
72 "peerDependenciesMeta": {
73 "@storybook/vue": {
74 "optional": true
75 },
76 "jest-preset-angular": {
77 "optional": true
78 },
79 "jest-vue-preprocessor": {
80 "optional": true
81 },
82 "react": {
83 "optional": true
84 },
85 "react-dom": {
86 "optional": true
87 },
88 "vue": {
89 "optional": true
90 }
91 },
92 "publishConfig": {
93 "access": "public"
94 },
95 "gitHead": "9c114af32618d516ae9e6f73700fbb79273c95e2",
96 "typesVersions": {
97 "<3.8": {
98 "*": [
99 "ts3.4/*"
100 ]
101 }
102 }
103}