|
14 | 14 | "axios": "^0.18.0", |
15 | 15 | "babel-cli": "6.18.0", |
16 | 16 | "babel-loader": "^8.0.0-beta", |
| 17 | + "babel-minify": "^0.4.3", |
17 | 18 | "babel-minify-webpack-plugin": "^0.3.1", |
18 | 19 | "babel-plugin-transform-object-assign": "^6.22.0", |
19 | 20 | "babel-plugin-transform-runtime": "^6.23.0", |
20 | 21 | "babel-plugin-transform-strict-mode": "^6.18.0", |
| 22 | + "babel-preset-minify": "^0.4.3", |
21 | 23 | "babel-register": "^6.26.0", |
22 | 24 | "clean-webpack-plugin": "^0.1.19", |
23 | 25 | "css-loader": "^0.28.11", |
24 | | - "extract-text-webpack-plugin": "^3.0.2", |
| 26 | + "extract-text-webpack-plugin": "^4.0.0-beta.0", |
| 27 | + "glob-all": "^3.1.0", |
25 | 28 | "jquery": "^3.3.1", |
26 | 29 | "jwt-decode": "^2.2.0", |
27 | 30 | "lodash": "^4.17.5", |
28 | 31 | "luxon": "^1.2.1", |
29 | 32 | "postcss": "^6.0.21", |
30 | 33 | "postcss-import": "^11.1.0", |
| 34 | + "postcss-loader": "^2.1.5", |
31 | 35 | "postcss-preset-env": "^3.4.0", |
32 | 36 | "purgecss-webpack-plugin": "^1.1.0", |
| 37 | + "style-loader": "^0.21.0", |
33 | 38 | "tailwindcss": "^0.5.1", |
34 | 39 | "vue-devtools": "^3.1.9", |
35 | 40 | "vue-feather-icons": "^4.7.1", |
|
48 | 53 | "scripts": { |
49 | 54 | "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", |
50 | 55 | "watch": "APP_ENV=development ./node_modules/.bin/webpack --watch", |
51 | | - "build:dev": "APP_ENV=development ./node_modules/.bin/webpack", |
52 | | - "build:prod": "APP_ENV=production ./node_modules/.bin/webpack" |
| 56 | + "build": "APP_ENV=development ./node_modules/.bin/webpack", |
| 57 | + "build:release": "APP_ENV=production ./node_modules/.bin/webpack" |
53 | 58 | } |
54 | 59 | } |
0 commit comments