storybook-react-router
Version:
A storybook decorator that allows you to use routing-aware components in your stories.
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "storybook-react-router",
"version": "1.0.8",
"description": "A storybook decorator that allows you to use routing-aware components in your stories.",
"main": "./dist/react.js",
"license": "MIT",
"author": "Gianni Valdambrini",
"repository": {
"type": "git",
"url": "https://github.com/gvaldambrini/storybook-router.git"
},
"bugs": {
"url": "https://github.com/gvaldambrini/storybook-router/issues"
},
"homepage": "https://github.com/gvaldambrini/storybook-router",
"keywords": [
"storybook",
"react",
"react-router"
],
"peerDependencies": {
"@storybook/addon-actions": "^4.0.0||^5.0.0||5.2.0-beta.13",
"react": "*",
"react-dom": "*",
"react-router": "^4.0.0||^5.0.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.9||^5.0.2||5.2.0-beta.13",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router": "^5.0.0",
"react-scripts": "3.0.1"
},
"scripts": {
"prepublish": "NODE_ENV=production npm run build",
"build": "babel -d dist/ react.js"
},
"gitHead": "aaed02ca2038af047e9451223f662abe9f6a5277"
}