@beisen/storybook-react
Version:
Storybook for React: Develop React Component in isolation with Hot Reloading.
51 lines (50 loc) • 1.45 kB
JSON
{
"name": "@beisen/storybook-react",
"version": "4.0.15",
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/app/react",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/client/index.js",
"jsnext:main": "src/client/index.js",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",
"storybook-server": "./bin/index.js"
},
"scripts": {
"prepare": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@beisen/storybook-core": "^4.1.23",
"@beisen/storybook-addon-knobs": "^4.0.3",
"@emotion/styled": "^0.10.6",
"@storybook/addon-viewport": "^4.1.6",
"@beisen/storybook-addons-fullscreen": "4.x.x",
"@storybook/node-logger": "4.1.0-alpha.4",
"babel-plugin-react-docgen": "^2.0.0",
"common-tags": "^1.8.0",
"global": "^4.3.2",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.4.4",
"react-dev-utils": "^6.1.0",
"semver": "^5.6.0"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
}
}