storybook/lib/client-api/package.json
2020-09-25 17:41:59 +08:00

63 lines
1.5 KiB
JSON

{
"name": "@storybook/client-api",
"version": "6.1.0-alpha.16",
"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.4/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.1.0-alpha.16",
"@storybook/channel-postmessage": "6.1.0-alpha.16",
"@storybook/channels": "6.1.0-alpha.16",
"@storybook/client-logger": "6.1.0-alpha.16",
"@storybook/core-events": "6.1.0-alpha.16",
"@storybook/csf": "0.0.1",
"@types/qs": "^6.9.0",
"@types/webpack-env": "^1.15.2",
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"stable": "^0.1.8",
"store2": "^2.7.1",
"ts-dedent": "^1.1.1",
"util-deprecate": "^1.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fe75aa718584338581793a032021a1850e1aed3f",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
}
}