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