mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:31:07 +08:00
40 lines
958 B
JSON
40 lines
958 B
JSON
{
|
|
"name": "@storybook/addon-ondevice-knobs",
|
|
"version": "4.1.0-alpha.1",
|
|
"description": "Display storybook story knobs on your deviced.",
|
|
"keywords": [
|
|
"addon",
|
|
"knobs",
|
|
"ondevice",
|
|
"react-native",
|
|
"storybook"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "4.1.0-alpha.1",
|
|
"deep-equal": "^1.0.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-native-color-picker": "^0.4.0",
|
|
"react-native-modal-datetime-picker": "^5.1.0",
|
|
"react-native-modal-selector": "^0.0.29",
|
|
"react-native-switch": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addon-knobs": "4.1.0-alpha.1",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|