mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
16 lines
411 B
JSON
16 lines
411 B
JSON
{
|
|
"name": "@storybook/examples",
|
|
"version": "1.0.0",
|
|
"description": "A set of examples of how to use storybook, also used for regression testing",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:automated-cra-storybook": "node scripts/automated-cra-storybook.js"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"child-process-promise": "^2.2.1",
|
|
"getstorybook": "^1.7.0",
|
|
"rimraf": "^2.6.1"
|
|
}
|
|
}
|