-
- Downloads
Half of students page converted to React from static HTML
This diff is collapsed.
... | ... | @@ -11,6 +11,7 @@ |
"dependencies": { | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"bulma": "^0.6.2", | ||
"concurrently": "^3.5.1", | ||
"css-loader": "^0.28.8", | ||
... | ... | @@ -18,6 +19,7 @@ |
"file-loader": "^1.1.6", | ||
"font-awesome": "^4.7.0", | ||
"formik": "^0.10.5", | ||
"get-closest": "^0.0.4", | ||
"html-webpack-plugin": "^2.30.1", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"path": "^0.12.7", | ||
... | ... | @@ -25,6 +27,7 @@ |
"react-dom": "^16.2.0", | ||
"react-dropzone": "^4.2.7", | ||
"react-loadable": "^5.3.1", | ||
"react-numeric-input": "^2.2.3", | ||
"react-router-dom": "^4.2.2", | ||
"react-spinkit": "^3.0.0", | ||
"react-table": "^6.7.6", | ||
... | ... |
Please register or sign in to comment