mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/addon-knobs",
|
|
"version": "5.3.0-alpha.36",
|
|
"description": "Storybook Addon Prop Editor Component",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/knobs",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/knobs"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**/*",
|
|
"docs/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.3.0-alpha.36",
|
|
"@storybook/api": "5.3.0-alpha.36",
|
|
"@storybook/client-api": "5.3.0-alpha.36",
|
|
"@storybook/components": "5.3.0-alpha.36",
|
|
"@storybook/core-events": "5.3.0-alpha.36",
|
|
"@storybook/theming": "5.3.0-alpha.36",
|
|
"@types/react-color": "^3.0.1",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"core-js": "^3.0.1",
|
|
"escape-html": "^1.0.3",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash": "^4.17.15",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.6.0",
|
|
"react-color": "^2.17.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-select": "^3.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/escape-html": "0.0.20",
|
|
"@types/react-lifecycles-compat": "^3.0.1",
|
|
"@types/react-select": "^3.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|