Merge pull request #4 from edx/ari/reorg
new directory structure + upgrade + integrations
Showing
.storybook/Storyshots.test.js
0 → 100644
.storybook/addons.js
0 → 100644
.storybook/head.html
deleted
100644 → 0
.travis.yml
0 → 100644
| ... | ... | @@ -8,34 +8,35 @@ |
| "scripts": { | ||
| "build": "NODE_ENV=production webpack", | ||
| "build-storybook": "build-storybook", | ||
| "coveralls": "cat ./coverage/lcov.info | coveralls", | ||
| "deploy-storybook": "storybook-to-ghpages", | ||
| "lint": "eslint --ext .js --ext .jsx .", | ||
| "precommit": "yarn run lint", | ||
| "start": "start-storybook -p 6006", | ||
| "test": "jest", | ||
| "test-storybook": "storyshots" | ||
| "test": "jest --coverage" | ||
| }, | ||
| "dependencies": { | ||
| "babel-jest": "^20.0.3", | ||
| "babel-preset-es2015": "^6.24.1", | ||
| "classnames": "^2.2.5", | ||
| "prop-types": "^15.5.8", | ||
| "react": "^15.5.4", | ||
| "react-dom": "^15.5.4", | ||
| "react-test-renderer": "^15.6.1", | ||
| "react-transition-group": "^1.1.2", | ||
| "reactstrap": "^4.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@kadira/storybook": "^2.35.3", | ||
| "@kadira/storybook-deployer": "^1.2.0", | ||
| "@kadira/storyshots": "^2.1.0", | ||
| "@storybook/addon-options": "^3.1.6", | ||
| "@storybook/addon-storyshots": "^3.1.7", | ||
| "@storybook/react": "3.1.3", | ||
| "@storybook/storybook-deployer": "^2.0.0", | ||
| "babel-cli": "^6.24.1", | ||
| "babel-jest": "^20.0.3", | ||
| "babel-loader": "^7.0.0", | ||
| "babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
| "babel-preset-babili": "^0.0.12", | ||
| "babel-preset-env": "^1.4.0", | ||
| "babel-preset-es2015": "^6.24.1", | ||
| "babel-preset-react": "^6.24.1", | ||
| "coveralls": "^2.13.1", | ||
| "enzyme": "^2.8.2", | ||
| "eslint": "^3.19.0", | ||
| "eslint-config-airbnb": "^14.1.0", | ||
| ... | ... | @@ -46,6 +47,7 @@ |
| "husky": "^0.13.4", | ||
| "jest": "^20.0.4", | ||
| "react-router-dom": "^4.1.1", | ||
| "react-test-renderer": "^15.6.1", | ||
| "source-map-loader": "^0.2.1", | ||
| "webpack": "^2.4.1", | ||
| "webpack-dev-server": "^2.4.4" | ||
| ... | ... |
src/CheckBox/CheckBox.stories.jsx
0 → 100644
src/InputText/InputText.stories.jsx
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment