mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/addon-knobs",
|
|
"version": "3.2.10",
|
|
"description": "Storybook Addon Prop Editor Component",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
|
"storybook": "start-storybook -p 9010"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.2.10",
|
|
"babel-runtime": "^6.26.0",
|
|
"deep-equal": "^1.0.1",
|
|
"global": "^4.3.2",
|
|
"insert-css": "^1.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"moment": "^2.18.1",
|
|
"prop-types": "^15.6.0",
|
|
"react-color": "^2.11.4",
|
|
"react-datetime": "^2.8.10",
|
|
"react-textarea-autosize": "^4.3.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^7.0.12",
|
|
"@types/react": "^16.0.0",
|
|
"git-url-parse": "^6.2.2",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"style-loader": "^0.18.2",
|
|
"typescript": "^2.2.2",
|
|
"typescript-definition-tester": "^0.0.5",
|
|
"vue": "^2.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|