storybook/lib/core-client/package.json
2021-09-26 06:09:31 +08:00

79 lines
1.9 KiB
JSON

{
"name": "@storybook/core-client",
"version": "6.4.0-beta.1",
"description": "Storybook framework-agnostic API",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/core"
},
"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/**/*",
"dll/**/*",
"types/**/*",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.4.0-beta.1",
"@storybook/channel-postmessage": "6.4.0-beta.1",
"@storybook/client-api": "6.4.0-beta.1",
"@storybook/client-logger": "6.4.0-beta.1",
"@storybook/core-events": "6.4.0-beta.1",
"@storybook/csf": "0.0.2--canary.6aca495.0",
"@storybook/preview-web": "6.4.0-beta.1",
"@storybook/store": "6.4.0-beta.1",
"@storybook/ui": "6.4.0-beta.1",
"airbnb-js-shims": "^2.2.1",
"ansi-to-html": "^0.6.11",
"core-js": "^3.8.2",
"global": "^4.4.0",
"lodash": "^4.17.20",
"qs": "^6.10.0",
"regenerator-runtime": "^0.13.7",
"ts-dedent": "^2.0.0",
"unfetch": "^4.2.0",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"webpack": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "000a73948b4b91aa6bf84828b42ccdb7064f72bd",
"sbmodern": "dist/modern/index.js"
}