README creation for Paragon components
Showing
.gitattributes
deleted
100644 → 0
CNAME
deleted
100644 → 0
dist/Dropdown.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
dist/Dropdown.js.map
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/paragon.min.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/paragon.min.js.map
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | { | ||
| "name": "paragon", | "name": "@edx/paragon", | ||
| "version": "0.0.1", | "version": "0.1.0", | ||
| "description": "Accessible, responsive UI component library based on Bootstrap.", | "description": "Accessible, responsive UI component library based on Bootstrap.", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "author": "arizzitano", | "author": "arizzitano", | ||
| ... | @@ -11,17 +11,18 @@ | ... | @@ -11,17 +11,18 @@ |
| "coveralls": "cat ./coverage/lcov.info | coveralls", | "coveralls": "cat ./coverage/lcov.info | coveralls", | ||
| "deploy-storybook": "storybook-to-ghpages", | "deploy-storybook": "storybook-to-ghpages", | ||
| "lint": "eslint --ext .js --ext .jsx .", | "lint": "eslint --ext .js --ext .jsx .", | ||
| "precommit": "yarn run lint", | "precommit": "npm run lint", | ||
| "snapshot": "jest --updateSnapshot", | "snapshot": "jest --updateSnapshot", | ||
| "start": "start-storybook -p 6006", | "start": "start-storybook -p 6006", | ||
| "test": "jest --coverage" | "test": "jest --coverage" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@edx/edx-bootstrap": "^0.3.3", | |||
| "classnames": "^2.2.5", | "classnames": "^2.2.5", | ||
| "edx-bootstrap": "^0.2.1", | |||
| "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-proptype-conditional-require": "^1.0.4" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@storybook/addon-actions": "^3.2.12", | "@storybook/addon-actions": "^3.2.12", | ||
| ... | @@ -32,12 +33,11 @@ | ... | @@ -32,12 +33,11 @@ |
| "babel-cli": "^6.24.1", | "babel-cli": "^6.24.1", | ||
| "babel-jest": "^21.0.0", | "babel-jest": "^21.0.0", | ||
| "babel-loader": "^7.0.0", | "babel-loader": "^7.0.0", | ||
| "babel-minify": "^0.2.0", | |||
| "babel-minify-webpack-plugin": "^0.2.0", | |||
| "babel-plugin-transform-object-rest-spread": "^6.23.0", | "babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
| "babel-preset-babili": "^0.1.4", | |||
| "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", | ||
| "babili-webpack-plugin": "^0.1.1", | |||
| "coveralls": "^3.0.0", | "coveralls": "^3.0.0", | ||
| "css-loader": "^0.28.4", | "css-loader": "^0.28.4", | ||
| "enzyme": "^2.8.2", | "enzyme": "^2.8.2", | ||
| ... | ... |
src/Button/README.md
0 → 100644
src/CssJail/README.md
0 → 100644
src/Dropdown/README.md
0 → 100644
src/InputSelect/README.md
0 → 100644
src/InputText/README.md
0 → 100644
src/StatusAlert/README.md
0 → 100644
src/StatusAlert/StatusAlert.scss
0 → 100644
src/StatusAlert/StatusAlert.stories.jsx
0 → 100644
src/StatusAlert/StatusAlert.test.jsx
0 → 100644
src/StatusAlert/index.jsx
0 → 100644
src/Tabs/README.md
0 → 100644
src/asInput/README.md
0 → 100644
yarn.lock
deleted
100644 → 0
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