mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/addon-storyshots",
|
|
"version": "3.3.0-alpha.4",
|
|
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"build-storybook": "build-storybook",
|
|
"prepare": "babel ./src --out-dir ./dist",
|
|
"storybook": "start-storybook -p 6006",
|
|
"example": "jest storyshot.test"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "^3.3.0-alpha.4",
|
|
"babel-runtime": "^6.26.0",
|
|
"glob": "^7.1.2",
|
|
"global": "^4.3.2",
|
|
"jest-specific-snapshot": "^0.2.0",
|
|
"prop-types": "^15.6.0",
|
|
"read-pkg-up": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addons": "^3.3.0-alpha.4",
|
|
"@storybook/react": "^3.3.0-alpha.4",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-jest": "^20.0.3",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"enzyme-to-json": "^3.2.2",
|
|
"jest": "^20.0.4",
|
|
"jest-cli": "^20.0.4",
|
|
"react": "^16.1.0",
|
|
"react-dom": "^16.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^3.3.0-alpha.4",
|
|
"babel-core": "^6.26.0 | ^7.0.0-0",
|
|
"react": "*",
|
|
"react-test-renderer": "*"
|
|
}
|
|
}
|