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