Merge pull request #16111 from edx/dahlia/watch_studio-frontend
Webpack studio frontend
Showing
| ... | ... | @@ -4,17 +4,24 @@ |
| "dependencies": { | ||
| "babel-core": "^6.23.0", | ||
| "babel-loader": "^6.4.0", | ||
| "babel-plugin-transform-class-properties": "^6.24.1", | ||
| "babel-plugin-transform-object-rest-spread": "^6.26.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", | ||
| "coffee-script": "1.6.1", | ||
| "@edx/studio-frontend": "0.1.0", | ||
| "css-loader": "^0.28.5", | ||
| "@edx/edx-bootstrap": "0.3.4", | ||
| "@edx/paragon": "0.1.0", | ||
| "@edx/studio-frontend": "0.2.0", | ||
| "edx-pattern-library": "0.18.1", | ||
| "edx-ui-toolkit": "1.5.2", | ||
| "exports-loader": "^0.6.4", | ||
| "extract-text-webpack-plugin": "^2.1.2", | ||
| "file-loader": "^1.1.4", | ||
| "font-awesome": "^4.7.0", | ||
| "hls.js": "0.7.2", | ||
| "imports-loader": "^0.7.1", | ||
| "jquery": "~2.2.0", | ||
| ... | ... | @@ -22,6 +29,7 @@ |
| "jquery.scrollto": "~2.1.2", | ||
| "moment": "2.18.1", | ||
| "moment-timezone": "~0.5.5", | ||
| "node-sass": "^4.5.3", | ||
| "picturefill": "~3.0.2", | ||
| "popper.js": "~1.12.5", | ||
| "prop-types": "^15.5.10", | ||
| ... | ... | @@ -30,6 +38,8 @@ |
| "react-dom": "^15.5.4", | ||
| "requirejs": "~2.3.2", | ||
| "rtlcss": "^2.2.0", | ||
| "sass-loader": "^6.0.6", | ||
| "style-loader": "^0.18.2", | ||
| "string-replace-webpack-plugin": "^0.1.3", | ||
| "uglify-js": "2.7.0", | ||
| "underscore": "~1.8.3", | ||
| ... | ... |
Please
register
or
sign in
to comment