storybook/lib/core-client/package.json
2022-06-20 21:44:25 +08:00

65 lines
1.7 KiB
JSON

{
"name": "@storybook/core-client",
"version": "7.0.0-alpha.5",
"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/types/index.d.ts",
"files": [
"dist/**/*",
"dll/**/*",
"types/**/*",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "7.0.0-alpha.5",
"@storybook/channel-postmessage": "7.0.0-alpha.5",
"@storybook/channel-websocket": "7.0.0-alpha.5",
"@storybook/client-api": "7.0.0-alpha.5",
"@storybook/client-logger": "7.0.0-alpha.5",
"@storybook/core-events": "7.0.0-alpha.5",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/preview-web": "7.0.0-alpha.5",
"@storybook/store": "7.0.0-alpha.5",
"@storybook/ui": "7.0.0-alpha.5",
"ansi-to-html": "^0.6.11",
"core-js": "^3.8.2",
"global": "^4.4.0",
"lodash": "^4.17.21",
"qs": "^6.10.0",
"regenerator-runtime": "^0.13.7",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00"
}