Re-ordered dependencies.

This commit is contained in:
2020-07-26 21:23:04 +02:00
parent 3bf09b2ea7
commit 4362f8219a

View File

@@ -12,11 +12,7 @@
"author": "KevinMidboe <kevin.midboe@gmail.com>", "author": "KevinMidboe <kevin.midboe@gmail.com>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/polyfill": "~7.2",
"@stripe/stripe-js": "^1.8.0", "@stripe/stripe-js": "^1.8.0",
"clean-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"moment": "^2.24.0",
"mongoose": "^5.9.24", "mongoose": "^5.9.24",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"node-sass": "^4.13.0", "node-sass": "^4.13.0",
@@ -32,11 +28,14 @@
"@babel/plugin-proposal-json-strings": "~7.2", "@babel/plugin-proposal-json-strings": "~7.2",
"@babel/plugin-syntax-dynamic-import": "~7.2", "@babel/plugin-syntax-dynamic-import": "~7.2",
"@babel/plugin-syntax-import-meta": "~7.2", "@babel/plugin-syntax-import-meta": "~7.2",
"@babel/polyfill": "~7.2",
"@babel/preset-env": "~7.3", "@babel/preset-env": "~7.3",
"babel-loader": "~8.0", "babel-loader": "~8.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "~2.0", "compression-webpack-plugin": "~2.0",
"cross-env": "^6.0.3", "cross-env": "^6.0.3",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.2.0", "file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "~1.7", "friendly-errors-webpack-plugin": "~1.7",
"html-webpack-plugin": "~3.2", "html-webpack-plugin": "~3.2",