mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:01:05 +08:00
89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"name": "@storybook/renderer-react",
|
|
"version": "6.5.0-alpha.63",
|
|
"description": "Storybook React renderer",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/react",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "renderers/react"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"dist/ts3.9/*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"types/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.5.0-alpha.63",
|
|
"@storybook/client-logger": "6.5.0-alpha.63",
|
|
"@storybook/core-client": "6.5.0-alpha.63",
|
|
"@storybook/csf": "0.0.2--canary.7c6c115.0",
|
|
"@storybook/docs-tools": "6.5.0-alpha.63",
|
|
"@storybook/store": "6.5.0-alpha.63",
|
|
"@types/estree": "^0.0.51",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"acorn": "^7.4.1",
|
|
"acorn-jsx": "^5.3.1",
|
|
"acorn-walk": "^7.2.0",
|
|
"core-js": "^3.8.2",
|
|
"escodegen": "^2.0.0",
|
|
"global": "^4.4.0",
|
|
"html-tags": "^3.1.0",
|
|
"lodash": "^4.17.21",
|
|
"prop-types": "^15.7.2",
|
|
"react-element-to-jsx-string": "^14.3.4",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.5",
|
|
"@types/util-deprecate": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"jest-specific-snapshot": "^4.0.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "416f87dc715cae299c7b4f37f1c9db7f686d4d21",
|
|
"sbmodern": "dist/modern/index.js"
|
|
}
|