Merge pull request #15390 from edx/christina/first-react
Convert Studio course and library dashboard lists to React.
Showing
cms/static/js/features_jsx/.eslintrc.js
0 → 100644
cms/static/js/features_jsx/studio/index.jsx
0 → 100644
... | ... | @@ -5,6 +5,7 @@ |
"babel-core": "^6.23.0", | ||
"babel-loader": "^6.4.0", | ||
"babel-preset-env": "^1.2.1", | ||
"babel-preset-react": "^6.24.1", | ||
"backbone": "~1.3.2", | ||
"backbone.paginator": "~2.0.3", | ||
"coffee-loader": "^0.7.3", | ||
... | ... | @@ -21,7 +22,10 @@ |
"moment": "^2.15.1", | ||
"moment-timezone": "~0.5.5", | ||
"picturefill": "~3.0.2", | ||
"prop-types": "^15.5.10", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"requirejs": "~2.3.2", | ||
"string-replace-webpack-plugin": "^0.1.3", | ||
"uglify-js": "2.7.0", | ||
... | ... |
Please
register
or
sign in
to comment