Install webpack & babel

This commit is contained in:
Alasdair Smith
2018-01-31 17:24:19 +00:00
parent a51012c96f
commit e01615c174
2 changed files with 5608 additions and 1 deletions
+5601
View File
File diff suppressed because it is too large Load Diff
+7 -1
View File
@@ -86,6 +86,9 @@
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"bunyan": "0.22.1",
"chai": "3.5.0",
"chai-spies": "",
@@ -118,6 +121,9 @@
"sandboxed-module": "0.2.0",
"sinon": "^1.17.0",
"timekeeper": "",
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master"
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
}
}