mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:21:07 +08:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/addon-knobs",
|
|
"version": "5.1.0-alpha.30",
|
|
"description": "Storybook Addon Prop Editor Component",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/knobs",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "addons/knobs"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.1.0-alpha.30",
|
|
"@storybook/client-api": "5.1.0-alpha.30",
|
|
"@storybook/components": "5.1.0-alpha.30",
|
|
"@storybook/core-events": "5.1.0-alpha.30",
|
|
"@storybook/theming": "5.1.0-alpha.30",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"core-js": "^2.6.5",
|
|
"escape-html": "^1.0.3",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.6.0",
|
|
"react-color": "^2.17.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-select": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|