mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:41:06 +08:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/addon-storyshots",
|
|
"version": "3.3.3",
|
|
"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",
|
|
"prepare": "babel ./src --out-dir ./dist",
|
|
"storybook": "start-storybook -p 6006",
|
|
"example": "jest storyshot.test"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "^3.3.3",
|
|
"babel-runtime": "^6.26.0",
|
|
"glob": "^7.1.2",
|
|
"global": "^4.3.2",
|
|
"jest-preset-angular": "^5.0.0",
|
|
"jest-specific-snapshot": "^0.3.0",
|
|
"prop-types": "^15.6.0",
|
|
"read-pkg-up": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addons": "^3.3.3",
|
|
"@storybook/react": "^3.3.3",
|
|
"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": {
|
|
"@angular/core": ">=4.0.0",
|
|
"@storybook/addons": "^3.3.3",
|
|
"babel-core": "^6.26.0 || ^7.0.0-0",
|
|
"react": "*",
|
|
"react-test-renderer": "*"
|
|
}
|
|
}
|