mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
35 lines
898 B
JSON
35 lines
898 B
JSON
{
|
|
"name": "@storybook/addon-storyshots",
|
|
"version": "3.0.0-rc.2",
|
|
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepublish": "babel ./src --out-dir ./dist",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.23.0",
|
|
"global": "^4.3.2",
|
|
"prop-types": "^15.5.8",
|
|
"read-pkg-up": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-test-renderer": "*"
|
|
}
|
|
}
|