mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:31:05 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/addon-knobs",
|
|
"version": "3.2.0-alpha.7",
|
|
"description": "Storybook Addon Prop Editor Component",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "node ../../scripts/prepublish.js",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
|
"start": "./example/prepublish.sh",
|
|
"storybook": "start-storybook -p 9010"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.1.6",
|
|
"babel-runtime": "^6.23.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.5.8",
|
|
"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": "^15.0.21",
|
|
"git-url-parse": "^6.2.2",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"style-loader": "^0.17.0",
|
|
"typescript": "^2.2.2",
|
|
"typescript-definition-tester": "^0.0.5",
|
|
"vue": "2.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|