mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
29 lines
771 B
JSON
29 lines
771 B
JSON
{
|
|
"name": "cra-react15",
|
|
"version": "5.3.0-alpha.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"babel-loader": "8.0.6",
|
|
"global": "^4.3.2",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2",
|
|
"react-scripts": "3.0.1"
|
|
},
|
|
"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/addon-actions": "5.3.0-alpha.2",
|
|
"@storybook/addon-links": "5.3.0-alpha.2",
|
|
"@storybook/react": "5.3.0-alpha.2",
|
|
"@storybook/theming": "5.3.0-alpha.2",
|
|
"babel-core": "6",
|
|
"babel-runtime": "6"
|
|
}
|
|
}
|