add some legitimately working components
Showing
.npmignore
0 → 100644
| ... | @@ -7,21 +7,22 @@ | ... | @@ -7,21 +7,22 @@ |
| "license": "MIT", | "license": "MIT", | ||
| "scripts": { | "scripts": { | ||
| "build": "webpack", | "build": "webpack", | ||
| "build-docs": "NODE_ENV=doc webpack", | "build-docs": "install-self-peers && webpack --config ./webpack.docs.config.js", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| "prestart": "install-self-peers", | "prestart": "install-self-peers", | ||
| "poststop": "yarn install", | |||
| "start": "BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch" | "start": "BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "classnames": "^2.2.5", | "classnames": "^2.2.5", | ||
| "prop-types": "^15.5.8", | "prop-types": "^15.5.8", | ||
| "react-router-dom": "^4.1.1", | |||
| "reactstrap": "^4.5.0" | "reactstrap": "^4.5.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@team-griffin/install-self-peers": "^1.0.0", | "@team-griffin/install-self-peers": "^1.0.0", | ||
| "babel-cli": "^6.24.1", | "babel-cli": "^6.24.1", | ||
| "babel-loader": "^7.0.0", | "babel-loader": "^7.0.0", | ||
| "babel-preset-babili": "^0.0.12", | |||
| "babel-preset-env": "^1.4.0", | "babel-preset-env": "^1.4.0", | ||
| "babel-preset-react": "^6.24.1", | "babel-preset-react": "^6.24.1", | ||
| "eslint": "^3.19.0", | "eslint": "^3.19.0", | ||
| ... | @@ -29,6 +30,8 @@ | ... | @@ -29,6 +30,8 @@ |
| "eslint-config-edx": "^2.0.1", | "eslint-config-edx": "^2.0.1", | ||
| "eslint-plugin-jsx-a11y": "^4.0.0", | "eslint-plugin-jsx-a11y": "^4.0.0", | ||
| "eslint-plugin-react": "^6.10.3", | "eslint-plugin-react": "^6.10.3", | ||
| "react-router-dom": "^4.1.1", | |||
| "static-site-generator-webpack-plugin": "^3.4.1", | |||
| "webpack": "^2.4.1", | "webpack": "^2.4.1", | ||
| "webpack-dev-server": "^2.4.4" | "webpack-dev-server": "^2.4.4" | ||
| }, | }, | ||
| ... | ... |
src/SelectInput.js
0 → 100644
src/TabInterface.js
0 → 100644
src/TextInput.js
0 → 100644
src/utils.js
0 → 100644
webpack.docs.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment