Skip to content

Commit 680e8f2

Browse files
committed
Somehow this made node_modules bigger.
1 parent b32078d commit 680e8f2

File tree

2 files changed

+533
-1589
lines changed

2 files changed

+533
-1589
lines changed

package.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,37 @@
1313
"autoprefixer": "^8.2.0",
1414
"axios": "^0.18.0",
1515
"babel-cli": "6.18.0",
16-
"babel-core": "^6.26.0",
1716
"babel-loader": "^8.0.0-beta",
17+
"babel-minify-webpack-plugin": "^0.3.1",
1818
"babel-plugin-transform-object-assign": "^6.22.0",
1919
"babel-plugin-transform-runtime": "^6.23.0",
2020
"babel-plugin-transform-strict-mode": "^6.18.0",
21-
"babel-preset-es2015": "^6.24.1",
2221
"babel-register": "^6.26.0",
22+
"clean-webpack-plugin": "^0.1.19",
2323
"css-loader": "^0.28.11",
24-
"del": "^3.0.0",
25-
"gulp": "^4.0.0",
26-
"gulp-babel": "^7.0.1",
27-
"gulp-cli": "^2.0.1",
28-
"gulp-concat": "^2.6.1",
29-
"gulp-cssmin": "^0.2.0",
30-
"gulp-if": "^2.0.2",
31-
"gulp-postcss": "^7.0.1",
32-
"gulp-rename": "^1.2.2",
33-
"gulp-rev": "^8.1.1",
34-
"gulp-uglify-es": "^1.0.1",
24+
"extract-text-webpack-plugin": "^3.0.2",
3525
"jquery": "^3.3.1",
3626
"jwt-decode": "^2.2.0",
3727
"lodash": "^4.17.5",
3828
"luxon": "^1.2.1",
3929
"postcss": "^6.0.21",
4030
"postcss-import": "^11.1.0",
4131
"postcss-preset-env": "^3.4.0",
42-
"postcss-scss": "^1.0.4",
32+
"purgecss-webpack-plugin": "^1.1.0",
4333
"tailwindcss": "^0.5.1",
44-
"uglifyjs-webpack-plugin": "^1.2.5",
45-
"vee-validate": "^2.0.9",
4634
"vue-devtools": "^3.1.9",
4735
"vue-feather-icons": "^4.7.1",
4836
"vue-loader": "^14.2.2",
4937
"vue-mc": "^0.2.4",
5038
"vue-template-compiler": "^2.5.16",
5139
"vueify-insert-css": "^1.0.0",
5240
"webpack": "^4.4.1",
41+
"webpack-assets-manifest": "^3.0.1",
5342
"webpack-cli": "^3.0.1",
5443
"webpack-manifest-plugin": "^2.0.3",
5544
"webpack-serve": "^1.0.2",
56-
"webpack-stream": "^4.0.3",
57-
"yargs": "^11.0.0"
45+
"webpack-shell-plugin": "^0.5.0",
46+
"webpack-stream": "^4.0.3"
5847
},
5948
"scripts": {
6049
"build:filemanager": "./node_modules/babel-cli/bin/babel.js public/themes/pterodactyl/js/frontend/files/src --source-maps --out-file public/themes/pterodactyl/js/frontend/files/filemanager.min.js",

0 commit comments

Comments
 (0)