mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "test-cra",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"build-storybook": "build-storybook -s public",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"pretest": "npm install",
|
|
"test": "react-scripts test --env=jsdom"
|
|
},
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "file:../../addons/actions",
|
|
"@storybook/addon-links": "file:../../addons/links",
|
|
"@storybook/addon-storyshots": "file:../../addons/storyshots",
|
|
"@storybook/addons": "file:../../lib/addons",
|
|
"@storybook/channel-postmessage": "file:../../lib/channel-postmessage",
|
|
"@storybook/channels": "file:../../lib/channels",
|
|
"@storybook/react": "file:../../app/react",
|
|
"@storybook/ui": "file:../../lib/ui",
|
|
"react-scripts": "1.0.2",
|
|
"react-test-renderer": "^15.4.2"
|
|
},
|
|
"private": true
|
|
}
|