mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/addon-controls",
|
|
"version": "6.3.0-alpha.31",
|
|
"description": "Interact with component inputs dynamically in the Storybook UI",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"knobs",
|
|
"controls",
|
|
"properties",
|
|
"essentials",
|
|
"data-state"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/addons/controls",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/controls"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/register.js",
|
|
"module": "dist/esm/register.js",
|
|
"types": "dist/ts3.9/index.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.31",
|
|
"@storybook/api": "6.3.0-alpha.31",
|
|
"@storybook/client-api": "6.3.0-alpha.31",
|
|
"@storybook/components": "6.3.0-alpha.31",
|
|
"@storybook/node-logger": "6.3.0-alpha.31",
|
|
"@storybook/theming": "6.3.0-alpha.31",
|
|
"core-js": "^3.8.2",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"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": "7c52ccd131b1a182d5d87ff416ac9598797af0fa",
|
|
"storybook": {
|
|
"displayName": "Controls",
|
|
"icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",
|
|
"supportedFrameworks": [
|
|
"react",
|
|
"vue",
|
|
"angular",
|
|
"web-components",
|
|
"ember"
|
|
]
|
|
}
|
|
}
|