mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
26 lines
704 B
JSON
26 lines
704 B
JSON
{
|
|
"name": "react-scripts-fixture",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-scripts": "1.0.13"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/react": "^3.4.0-alpha.7",
|
|
"@storybook/addon-actions": "^3.4.0-alpha.7",
|
|
"@storybook/addon-links": "^3.4.0-alpha.7",
|
|
"@storybook/addons": "^3.4.0-alpha.7",
|
|
"babel-core": "^6.26.0"
|
|
}
|
|
}
|