mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
31 lines
511 B
JSON
31 lines
511 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"commands": {
|
|
"bootstrap": {
|
|
"ignore": [
|
|
"crna-kitchen-sink",
|
|
"test-cra",
|
|
"react-native-vanilla"
|
|
]
|
|
},
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-kitchen-sink",
|
|
"crna-kitchen-sink",
|
|
"test-cra",
|
|
"react-native-vanilla",
|
|
"vue-example",
|
|
"@storybook/components"
|
|
]
|
|
}
|
|
},
|
|
"packages": [
|
|
"addons/*",
|
|
"app/*",
|
|
"lib/*",
|
|
"examples/*"
|
|
],
|
|
"concurrency": 1,
|
|
"version": "3.2.3"
|
|
}
|