eBooru/package.json
Kira cb84bf4c9b [JS] Fix webpacker overriding babel config and setting loose
Loose does super dumb shit like converts spread operators to
[].concat() which is broken, incorrect, and not at all helpful.

Because this was forced in their base preset, it would break all
kinds of things that shouldn't have broken, and it would ignore the
project config explicitly.

This seems to fix the vast majority of the JS on the site, and the
generated code makes a lot more sense now.
2021-09-24 20:32:07 -07:00

31 lines
761 B
JSON

{
"name": "app",
"private": true,
"dependencies": {
"@rails/webpacker": "^6.0.0-rc.5",
"babel-plugin-macros": "^3.1.0",
"core-js": "3.8",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"mini-css-extract-plugin": "^2.3.0",
"qtip2": "^3.0.3",
"rails-erb-loader": "^5.5.2",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"script-loader": "^0.7.2",
"style-loader": "^3.3.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"zingtouch": "^1.0.6"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^4.2.1"
}
}