mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/addon-toolbars",
|
|
"version": "6.3.0-alpha.29",
|
|
"description": "Create your own toolbar items that control story rendering",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"theming",
|
|
"i18n",
|
|
"internationalization",
|
|
"test",
|
|
"essentials"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/addons/toolbars",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/toolbars"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/register.js",
|
|
"module": "dist/esm/register.js",
|
|
"types": "dist/ts3.9/register.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.3.0-alpha.29",
|
|
"@storybook/api": "6.3.0-alpha.29",
|
|
"@storybook/client-api": "6.3.0-alpha.29",
|
|
"@storybook/components": "6.3.0-alpha.29",
|
|
"core-js": "^3.8.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "db7aa5aecbcbbfdd5d6956bc88774dbfecf73217",
|
|
"storybook": {
|
|
"displayName": "Toolbars",
|
|
"icon": "https://user-images.githubusercontent.com/263385/101991677-48cdf300-3c7c-11eb-93b4-19b0e3366959.png",
|
|
"unsupportedFrameworks": [
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|