mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
99 lines
2.5 KiB
JSON
99 lines
2.5 KiB
JSON
{
|
|
"name": "@storybook/react",
|
|
"version": "6.3.0-alpha.22",
|
|
"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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/client/index.js",
|
|
"module": "dist/esm/client/index.js",
|
|
"types": "dist/ts3.9/client/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"types/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-flow": "^7.12.1",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
|
"@storybook/addons": "6.3.0-alpha.22",
|
|
"@storybook/core": "6.3.0-alpha.22",
|
|
"@storybook/core-common": "6.3.0-alpha.22",
|
|
"@storybook/node-logger": "6.3.0-alpha.22",
|
|
"@storybook/semver": "^7.3.2",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
|
"babel-plugin-named-asset-import": "^0.3.1",
|
|
"babel-plugin-react-docgen": "^4.2.1",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.20",
|
|
"prop-types": "^15.7.2",
|
|
"react-dev-utils": "^11.0.3",
|
|
"react-docgen-typescript-plugin": "^0.6.2",
|
|
"react-refresh": "^0.8.3",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0",
|
|
"webpack": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/client-api": "6.3.0-alpha.22",
|
|
"@types/node": "^14.14.20",
|
|
"@types/prompts": "^2.0.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.11.5",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "5c8a5090dafa0cc1d8d66067c6ed6af73806aa5c"
|
|
}
|