|
13 | 13 | "autoprefixer": "^8.2.0", |
14 | 14 | "axios": "^0.18.0", |
15 | 15 | "babel-cli": "6.18.0", |
16 | | - "babel-core": "^6.26.0", |
17 | 16 | "babel-loader": "^8.0.0-beta", |
| 17 | + "babel-minify-webpack-plugin": "^0.3.1", |
18 | 18 | "babel-plugin-transform-object-assign": "^6.22.0", |
19 | 19 | "babel-plugin-transform-runtime": "^6.23.0", |
20 | 20 | "babel-plugin-transform-strict-mode": "^6.18.0", |
21 | | - "babel-preset-es2015": "^6.24.1", |
22 | 21 | "babel-register": "^6.26.0", |
| 22 | + "clean-webpack-plugin": "^0.1.19", |
23 | 23 | "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", |
35 | 25 | "jquery": "^3.3.1", |
36 | 26 | "jwt-decode": "^2.2.0", |
37 | 27 | "lodash": "^4.17.5", |
38 | 28 | "luxon": "^1.2.1", |
39 | 29 | "postcss": "^6.0.21", |
40 | 30 | "postcss-import": "^11.1.0", |
41 | 31 | "postcss-preset-env": "^3.4.0", |
42 | | - "postcss-scss": "^1.0.4", |
| 32 | + "purgecss-webpack-plugin": "^1.1.0", |
43 | 33 | "tailwindcss": "^0.5.1", |
44 | | - "uglifyjs-webpack-plugin": "^1.2.5", |
45 | | - "vee-validate": "^2.0.9", |
46 | 34 | "vue-devtools": "^3.1.9", |
47 | 35 | "vue-feather-icons": "^4.7.1", |
48 | 36 | "vue-loader": "^14.2.2", |
49 | 37 | "vue-mc": "^0.2.4", |
50 | 38 | "vue-template-compiler": "^2.5.16", |
51 | 39 | "vueify-insert-css": "^1.0.0", |
52 | 40 | "webpack": "^4.4.1", |
| 41 | + "webpack-assets-manifest": "^3.0.1", |
53 | 42 | "webpack-cli": "^3.0.1", |
54 | 43 | "webpack-manifest-plugin": "^2.0.3", |
55 | 44 | "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" |
58 | 47 | }, |
59 | 48 | "scripts": { |
60 | 49 | "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