forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@storybook/addon-storyshots",
"version": "4.0.0-alpha.1",
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"build-storybook": "build-storybook",
"example": "jest storyshot.test",
"prepare": "node ../../scripts/prepare.js",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@storybook/channels": "4.0.0-alpha.1",
"@storybook/core": "4.0.0-alpha.1",
"@storybook/node-logger": "4.0.0-alpha.1",
"babel-runtime": "^6.26.0",
"glob": "^7.1.2",
"global": "^4.3.2",
"jest-image-snapshot": "^2.4.0",
"jest-specific-snapshot": "^0.5.0",
"puppeteer": "^1.2.0",
"read-pkg-up": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "4.0.0-alpha.1",
"@storybook/addon-links": "4.0.0-alpha.1",
"@storybook/addons": "4.0.0-alpha.1",
"@storybook/react": "4.0.0-alpha.1",
"enzyme-to-json": "^3.3.3",
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"peerDependencies": {
"@storybook/addons": "4.0.0-alpha.1",
"babel-core": "^6.26.0 || ^7.0.0-0"
}
}