some base storybook config
Showing
.storybook/Paragon.stories.jsx
0 → 100644
.storybook/addons.js
0 → 100644
| ... | @@ -16,25 +16,27 @@ | ... | @@ -16,25 +16,27 @@ |
| "test-storybook": "storyshots" | "test-storybook": "storyshots" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "babel-jest": "^20.0.3", | |||
| "babel-preset-es2015": "^6.24.1", | |||
| "classnames": "^2.2.5", | "classnames": "^2.2.5", | ||
| "prop-types": "^15.5.8", | "prop-types": "^15.5.8", | ||
| "react": "^15.5.4", | "react": "^15.5.4", | ||
| "react-dom": "^15.5.4", | "react-dom": "^15.5.4", | ||
| "react-test-renderer": "^15.6.1", | |||
| "react-transition-group": "^1.1.2", | "react-transition-group": "^1.1.2", | ||
| "reactstrap": "^4.6.2" | "reactstrap": "^4.6.2" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@kadira/storybook-deployer": "^1.2.0", | "@kadira/storybook-deployer": "^1.2.0", | ||
| "@kadira/storyshots": "^2.1.0", | "@kadira/storyshots": "^2.1.0", | ||
| "@storybook/addon-options": "^3.1.6", | |||
| "@storybook/addon-storyshots": "^3.1.7", | |||
| "@storybook/react": "3.1.3", | "@storybook/react": "3.1.3", | ||
| "@storybook/storybook-deployer": "^2.0.0", | |||
| "babel-cli": "^6.24.1", | "babel-cli": "^6.24.1", | ||
| "babel-jest": "^20.0.3", | |||
| "babel-loader": "^7.0.0", | "babel-loader": "^7.0.0", | ||
| "babel-plugin-transform-object-rest-spread": "^6.23.0", | "babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
| "babel-preset-babili": "^0.0.12", | "babel-preset-babili": "^0.0.12", | ||
| "babel-preset-env": "^1.4.0", | "babel-preset-env": "^1.4.0", | ||
| "babel-preset-es2015": "^6.24.1", | |||
| "babel-preset-react": "^6.24.1", | "babel-preset-react": "^6.24.1", | ||
| "enzyme": "^2.8.2", | "enzyme": "^2.8.2", | ||
| "eslint": "^3.19.0", | "eslint": "^3.19.0", | ||
| ... | @@ -46,6 +48,7 @@ | ... | @@ -46,6 +48,7 @@ |
| "husky": "^0.13.4", | "husky": "^0.13.4", | ||
| "jest": "^20.0.4", | "jest": "^20.0.4", | ||
| "react-router-dom": "^4.1.1", | "react-router-dom": "^4.1.1", | ||
| "react-test-renderer": "^15.6.1", | |||
| "source-map-loader": "^0.2.1", | "source-map-loader": "^0.2.1", | ||
| "webpack": "^2.4.1", | "webpack": "^2.4.1", | ||
| "webpack-dev-server": "^2.4.4" | "webpack-dev-server": "^2.4.4" | ||
| ... | ... |
stories/Welcome.jsx
deleted
100644 → 0
stories/index.jsx
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment