|
6 | 6 | "@fortawesome/react-fontawesome": "^0.1.4", |
7 | 7 | "@hot-loader/react-dom": "^16.8.6", |
8 | 8 | "axios": "^0.18.0", |
9 | | - "brace": "^0.11.1", |
10 | 9 | "classnames": "^2.2.6", |
11 | 10 | "date-fns": "^1.29.0", |
12 | 11 | "easy-peasy": "^2.5.0", |
13 | 12 | "events": "^3.0.0", |
14 | | - "feather-icons": "^4.10.0", |
15 | 13 | "formik": "^1.5.7", |
16 | 14 | "jquery": "^3.3.1", |
17 | | - "lodash": "^4.17.11", |
18 | 15 | "path": "^0.12.7", |
19 | 16 | "query-string": "^6.7.0", |
20 | 17 | "react": "^16.8.6", |
21 | 18 | "react-dom": "^16.8.6", |
22 | | - "react-hot-loader": "^4.9.0", |
| 19 | + "react-hot-loader": "^4.12.13", |
23 | 20 | "react-redux": "^7.1.0", |
24 | 21 | "react-router-dom": "^5.0.1", |
25 | 22 | "react-transition-group": "^4.1.0", |
26 | | - "socket.io-client": "^2.2.0", |
27 | 23 | "sockette": "^2.0.6", |
28 | 24 | "styled-components": "^4.3.2", |
29 | 25 | "use-react-router": "^1.0.7", |
30 | 26 | "uuid": "^3.3.2", |
31 | | - "ws-wrapper": "^2.0.0", |
32 | 27 | "xterm": "^3.14.4", |
33 | 28 | "xterm-addon-attach": "^0.1.0", |
34 | 29 | "xterm-addon-fit": "^0.1.0", |
35 | 30 | "yup": "^0.27.0" |
36 | 31 | }, |
37 | 32 | "devDependencies": { |
38 | | - "@babel/core": "^7.2.2", |
| 33 | + "@babel/core": "^7.6.0", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 35 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
39 | 36 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
40 | | - "@babel/preset-env": "^7.3.1", |
| 37 | + "@babel/plugin-transform-runtime": "^7.6.0", |
| 38 | + "@babel/preset-env": "^7.6.0", |
41 | 39 | "@babel/preset-react": "^7.0.0", |
| 40 | + "@babel/preset-typescript": "^7.6.0", |
| 41 | + "@babel/runtime": "^7.6.0", |
42 | 42 | "@types/classnames": "^2.2.8", |
43 | 43 | "@types/events": "^3.0.0", |
44 | 44 | "@types/feather-icons": "^4.7.0", |
|
56 | 56 | "@types/yup": "^0.26.17", |
57 | 57 | "@typescript-eslint/eslint-plugin": "^1.10.1", |
58 | 58 | "@typescript-eslint/parser": "^1.10.1", |
59 | | - "babel-loader": "^8.0.5", |
| 59 | + "babel-loader": "^8.0.6", |
60 | 60 | "babel-plugin-styled-components": "^1.10.6", |
61 | 61 | "babel-plugin-tailwind-components": "^0.5.10", |
62 | | - "css-loader": "^2.1.0", |
63 | | - "cssnano": "^4.0.3", |
| 62 | + "css-loader": "^3.2.0", |
| 63 | + "cssnano": "^4.1.10", |
64 | 64 | "eslint": "^5.16.0", |
65 | 65 | "eslint-config-standard": "^12.0.0", |
66 | 66 | "eslint-plugin-import": "^2.17.3", |
67 | 67 | "eslint-plugin-node": "^9.1.0", |
68 | 68 | "eslint-plugin-promise": "^4.1.1", |
69 | 69 | "eslint-plugin-standard": "^4.0.0", |
70 | | - "fork-ts-checker-webpack-plugin": "^0.5.2", |
| 70 | + "fork-ts-checker-webpack-plugin": "^1.5.0", |
71 | 71 | "glob-all": "^3.1.0", |
72 | 72 | "html-webpack-plugin": "^3.2.0", |
73 | | - "mini-css-extract-plugin": "^0.5.0", |
| 73 | + "mini-css-extract-plugin": "^0.8.0", |
74 | 74 | "postcss": "^6.0.21", |
75 | 75 | "postcss-import": "^11.1.0", |
76 | 76 | "postcss-loader": "^3.0.0", |
|
83 | 83 | "tailwindcss": "^0.7.4", |
84 | 84 | "terser-webpack-plugin": "^1.3.0", |
85 | 85 | "ts-loader": "^5.3.3", |
86 | | - "typescript": "^3.3.1", |
87 | | - "webpack": "^4.29.0", |
| 86 | + "typescript": "^3.6.3", |
| 87 | + "webpack": "^4.40.2", |
88 | 88 | "webpack-assets-manifest": "^3.1.1", |
89 | | - "webpack-cli": "^3.0.2", |
90 | | - "webpack-dev-server": "^3.1.14", |
| 89 | + "webpack-cli": "^3.3.9", |
| 90 | + "webpack-dev-server": "^3.8.1", |
91 | 91 | "webpack-manifest-plugin": "^2.0.3" |
92 | 92 | }, |
93 | 93 | "scripts": { |
94 | 94 | "clean": "rm -rf public/assets/*.js && rm -rf public/assets/*.css", |
95 | 95 | "watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", |
96 | 96 | "build": "NODE_ENV=development ./node_modules/.bin/webpack --progress", |
97 | 97 | "build:production": "NODE_ENV=production ./node_modules/.bin/webpack", |
98 | | - "serve": "yarn run clean && NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot", |
99 | | - "v:serve": "PUBLIC_PATH=https://pterodactyl.test:8080 yarn run serve --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem" |
100 | | - } |
| 98 | + "serve": "yarn run clean && PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem" |
| 99 | + }, |
| 100 | + "browserslist": [ |
| 101 | + "defaults" |
| 102 | + ] |
101 | 103 | } |
0 commit comments