mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/addons",
|
|
"version": "6.0.21",
|
|
"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.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/api": "6.0.21",
|
|
"@storybook/channels": "6.0.21",
|
|
"@storybook/client-logger": "6.0.21",
|
|
"@storybook/core-events": "6.0.21",
|
|
"@storybook/router": "6.0.21",
|
|
"@storybook/theming": "6.0.21",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "d8b9d25b69b8bee488265829beddbd0ebd38fe8f",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|