mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/addons",
|
|
"version": "6.1.0-alpha.16",
|
|
"description": "Storybook addons store",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/addons",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/addons"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/public_api.js",
|
|
"types": "dist/public_api.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.4/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/api": "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/router": "6.1.0-alpha.16",
|
|
"@storybook/theming": "6.1.0-alpha.16",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "0d994a5ce628fc9e1b1b1ec39e22ec35e4c72e9a",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
}
|
|
}
|