mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:31:08 +08:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/react",
|
|
"version": "5.1.0-alpha.30",
|
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/app/react",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "app/react"
|
|
},
|
|
"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/plugin-transform-react-constant-elements": "^7.2.0",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@storybook/core": "5.1.0-alpha.30",
|
|
"@storybook/node-logger": "5.1.0-alpha.30",
|
|
"@svgr/webpack": "^4.0.3",
|
|
"babel-plugin-named-asset-import": "^0.3.1",
|
|
"babel-plugin-react-docgen": "^3.0.0",
|
|
"babel-preset-react-app": "^7.0.2",
|
|
"common-tags": "^1.8.0",
|
|
"core-js": "^2.6.5",
|
|
"global": "^4.3.2",
|
|
"lodash": "^4.17.11",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-dev-utils": "^8.0.0",
|
|
"regenerator-runtime": "^0.12.1",
|
|
"semver": "^5.6.0",
|
|
"webpack": "^4.28.0"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|