mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/addon-controls",
|
|
"version": "7.0.0-alpha.5",
|
|
"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/manager.js",
|
|
"module": "dist/esm/manager.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "7.0.0-alpha.5",
|
|
"@storybook/api": "7.0.0-alpha.5",
|
|
"@storybook/client-logger": "7.0.0-alpha.5",
|
|
"@storybook/components": "7.0.0-alpha.5",
|
|
"@storybook/core-common": "7.0.0-alpha.5",
|
|
"@storybook/csf": "0.0.2--canary.4566f4d.1",
|
|
"@storybook/node-logger": "7.0.0-alpha.5",
|
|
"@storybook/store": "7.0.0-alpha.5",
|
|
"@storybook/theming": "7.0.0-alpha.5",
|
|
"core-js": "^3.8.2",
|
|
"lodash": "^4.17.21",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00",
|
|
"storybook": {
|
|
"displayName": "Controls",
|
|
"icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",
|
|
"supportedFrameworks": [
|
|
"react",
|
|
"vue",
|
|
"angular",
|
|
"web-components",
|
|
"ember"
|
|
]
|
|
}
|
|
}
|