Webpack in LMS
This commit is contained in:
11
package.json
11
package.json
@@ -20,6 +20,13 @@
|
||||
"underscore.string": "~3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.23.0",
|
||||
"babel-loader": "^6.4.0",
|
||||
"babel-plugin-react": "^1.0.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-env": "^1.2.1",
|
||||
"babel-preset-react": "^6.23.0",
|
||||
"edx-custom-a11y-rules": "0.1.3",
|
||||
"eslint-config-edx": "^2.0.0",
|
||||
"eslint-config-edx-es5": "^2.0.0",
|
||||
@@ -38,6 +45,8 @@
|
||||
"pa11y-reporter-json-oldnode": "1.0.0",
|
||||
"plato": "1.2.2",
|
||||
"sinon": "1.17.3 || >1.17.4 <2.0.0",
|
||||
"squirejs": "^0.1.0"
|
||||
"squirejs": "^0.1.0",
|
||||
"webpack": "^2.2.1",
|
||||
"webpack-bundle-tracker": "^0.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user