mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/client-api",
|
|
"version": "6.0.0-beta.8",
|
|
"description": "Storybook Client API",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-api",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/client-api"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-beta.8",
|
|
"@storybook/channel-postmessage": "6.0.0-beta.8",
|
|
"@storybook/channels": "6.0.0-beta.8",
|
|
"@storybook/client-logger": "6.0.0-beta.8",
|
|
"@storybook/core-events": "6.0.0-beta.8",
|
|
"@storybook/csf": "0.0.1",
|
|
"@types/webpack-env": "^1.15.2",
|
|
"core-js": "^3.0.1",
|
|
"eventemitter3": "^4.0.0",
|
|
"global": "^4.3.2",
|
|
"is-plain-object": "^3.0.0",
|
|
"lodash": "^4.17.15",
|
|
"memoizerific": "^1.11.3",
|
|
"qs": "^6.6.0",
|
|
"stable": "^0.1.8",
|
|
"ts-dedent": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|