Revert "Install webpack and babel"

This reverts commit 5cfd0ac2d21be5ea0049ced4e522c7a57ddae0c1.
This commit is contained in:
James Allen 2018-01-22 17:52:39 +00:00
parent a84cc16ce2
commit 98c620a99b
2 changed files with 4000 additions and 6814 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,8 +19,7 @@
"compile": "make compile", "compile": "make compile",
"start": "npm -q run compile && node app.js", "start": "npm -q run compile && node app.js",
"nodemon": "nodemon --config nodemon.json", "nodemon": "nodemon --config nodemon.json",
"nodemon:frontend": "nodemon --config nodemon.frontend.json", "nodemon:frontend": "nodemon --config nodemon.frontend.json"
"webpack": "webpack-dev-server --config webpack.config.dev.js"
}, },
"dependencies": { "dependencies": {
"archiver": "0.9.0", "archiver": "0.9.0",
@ -88,9 +87,6 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.6.1", "autoprefixer": "^6.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"bunyan": "0.22.1", "bunyan": "0.22.1",
"chai": "3.5.0", "chai": "3.5.0",
"chai-spies": "", "chai-spies": "",
@ -123,9 +119,6 @@
"sandboxed-module": "0.2.0", "sandboxed-module": "0.2.0",
"sinon": "^1.17.0", "sinon": "^1.17.0",
"timekeeper": "", "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.0",
"webpack-merge": "^4.1.1"
} }
} }