|
1 | 1 | { |
2 | 2 | "name": "pterodactyl-panel", |
3 | 3 | "dependencies": { |
4 | | - "cssnano": "^4.0.3", |
| 4 | + "axios": "^0.18.0", |
5 | 5 | "date-fns": "^1.29.0", |
6 | 6 | "feather-icons": "^4.10.0", |
| 7 | + "jquery": "^3.3.1", |
| 8 | + "lodash": "^4.17.11", |
7 | 9 | "socket.io-client": "^2.1.1", |
8 | 10 | "vee-validate": "^2.1.0-beta.2", |
9 | 11 | "vue": "^2.5.7", |
|
15 | 17 | "xterm": "^3.5.1" |
16 | 18 | }, |
17 | 19 | "devDependencies": { |
18 | | - "@babel/core": "^7.0.0-beta.49", |
19 | | - "@babel/plugin-proposal-class-properties": "^7.2.1", |
20 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", |
21 | | - "@babel/plugin-transform-async-to-generator": "^7.0.0-beta.49", |
22 | | - "@babel/plugin-transform-runtime": "^7.0.0-beta.49", |
23 | | - "@babel/preset-env": "^7.0.0-beta.49", |
| 20 | + "@babel/cli": "^7.2.3", |
| 21 | + "@babel/core": "^7.2.2", |
| 22 | + "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 23 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.1", |
| 24 | + "@babel/preset-env": "^7.3.1", |
24 | 25 | "@types/feather-icons": "^4.7.0", |
25 | 26 | "@types/lodash": "^4.14.119", |
26 | 27 | "@types/node": "^10.12.15", |
27 | 28 | "@types/socket.io-client": "^1.4.32", |
28 | 29 | "@types/webpack-env": "^1.13.6", |
29 | | - "autoprefixer": "^8.2.0", |
30 | | - "axios": "^0.18.0", |
31 | | - "babel-cli": "6.18.0", |
32 | | - "babel-core": "^6.26.3", |
33 | | - "babel-eslint": "^9.0.0", |
34 | | - "babel-loader": "^8.0.0-beta.3", |
35 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
36 | | - "babel-plugin-transform-object-assign": "^6.22.0", |
37 | | - "babel-plugin-transform-runtime": "^6.23.0", |
38 | | - "babel-plugin-transform-strict-mode": "^6.18.0", |
39 | | - "babel-register": "^6.26.0", |
| 30 | + "babel-loader": "^8.0.5", |
40 | 31 | "clean-webpack-plugin": "^0.1.19", |
41 | | - "css-loader": "^0.28.11", |
42 | | - "eslint": "^5.6.0", |
43 | | - "eslint-config-vue": "^2.0.2", |
44 | | - "eslint-plugin-html": "^4.0.6", |
45 | | - "eslint-plugin-vue": "^4.7.1", |
46 | | - "extract-text-webpack-plugin": "^4.0.0-beta.0", |
| 32 | + "css-loader": "^2.1.0", |
| 33 | + "cssnano": "^4.0.3", |
47 | 34 | "glob-all": "^3.1.0", |
48 | 35 | "html-webpack-plugin": "^3.2.0", |
49 | | - "jquery": "^3.3.1", |
50 | | - "lodash": "^4.17.5", |
| 36 | + "mini-css-extract-plugin": "^0.5.0", |
51 | 37 | "postcss": "^6.0.21", |
52 | 38 | "postcss-import": "^11.1.0", |
53 | | - "postcss-loader": "^2.1.5", |
| 39 | + "postcss-loader": "^3.0.0", |
54 | 40 | "postcss-preset-env": "^3.4.0", |
55 | 41 | "precss": "^3.1.2", |
56 | 42 | "purgecss-webpack-plugin": "^1.1.0", |
57 | | - "style-loader": "^0.21.0", |
58 | | - "tailwindcss": "^0.5.1", |
59 | | - "ts-loader": "^5.3.1", |
60 | | - "typescript": "^3.2.2", |
61 | | - "uglifyjs-webpack-plugin": "^1.2.5", |
| 43 | + "resolve-url-loader": "^3.0.0", |
| 44 | + "style-loader": "^0.23.1", |
| 45 | + "tailwindcss": "^0.7.4", |
| 46 | + "ts-loader": "^5.3.3", |
| 47 | + "typescript": "^3.3.1", |
| 48 | + "uglifyjs-webpack-plugin": "^2.1.1", |
62 | 49 | "vue-devtools": "^3.1.9", |
63 | 50 | "vue-feather-icons": "^4.7.1", |
64 | | - "vue-loader": "^14.2.2", |
| 51 | + "vue-loader": "^15.6.2", |
65 | 52 | "vue-mc": "^0.2.4", |
66 | 53 | "vue-template-compiler": "^2.5.16", |
67 | 54 | "vueify-insert-css": "^1.0.0", |
68 | | - "webpack": "^4.4.1", |
69 | | - "webpack-assets-manifest": "^3.0.1", |
| 55 | + "webpack": "^4.29.0", |
| 56 | + "webpack-assets-manifest": "^3.1.1", |
70 | 57 | "webpack-cli": "^3.0.2", |
71 | | - "webpack-hot-client": "^4.0.2", |
| 58 | + "webpack-dev-server": "^3.1.14", |
72 | 59 | "webpack-manifest-plugin": "^2.0.3", |
73 | | - "webpack-serve": "^1.0.2", |
74 | 60 | "webpack-shell-plugin": "^0.5.0", |
75 | 61 | "webpack-stream": "^4.0.3" |
76 | 62 | }, |
77 | 63 | "scripts": { |
78 | | - "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", |
79 | 64 | "watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", |
80 | 65 | "build": "NODE_ENV=development ./node_modules/.bin/webpack --progress", |
81 | 66 | "build:production": "NODE_ENV=production ./node_modules/.bin/webpack", |
82 | | - "serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard --progress", |
83 | | - "v:serve": "PUBLIC_PATH=http://pterodactyl.test:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 0.0.0.0 --no-clipboard", |
| 67 | + "serve": "NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot --hot-only", |
| 68 | + "v:serve": "PUBLIC_PATH=http://pterodactyl.test:8080 yarn run serve", |
84 | 69 | "compile:assets": "php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js" |
85 | 70 | } |
86 | 71 | } |
0 commit comments