mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/react",
|
|
"version": "5.3.0-alpha.36",
|
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/react",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/react"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/client/index.js",
|
|
"types": "dist/client/index.d.ts",
|
|
"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/addons": "5.3.0-alpha.36",
|
|
"@storybook/core": "5.3.0-alpha.36",
|
|
"@storybook/node-logger": "5.3.0-alpha.36",
|
|
"@svgr/webpack": "^4.0.3",
|
|
"@types/webpack-env": "^1.13.7",
|
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
|
"babel-plugin-named-asset-import": "^0.3.1",
|
|
"babel-plugin-react-docgen": "^4.0.0-beta.1",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash": "^4.17.15",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-dev-utils": "^9.0.0",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"semver": "^6.0.0",
|
|
"ts-dedent": "^1.1.0",
|
|
"webpack": "^4.33.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mini-css-extract-plugin": "^0.8.0",
|
|
"@types/node": "^12.7.9",
|
|
"@types/webpack": "^4.4.32"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.1",
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|