|
4 | 4 | "@fortawesome/fontawesome-svg-core": "^1.2.32", |
5 | 5 | "@fortawesome/free-solid-svg-icons": "^5.15.1", |
6 | 6 | "@fortawesome/react-fontawesome": "^0.1.11", |
7 | | - "@types/react-copy-to-clipboard": "^4.3.0", |
| 7 | + "@tailwindcss/forms": "^0.2.1", |
8 | 8 | "axios": "^0.19.2", |
9 | 9 | "chart.js": "^2.8.0", |
10 | 10 | "codemirror": "^5.57.0", |
|
35 | 35 | "react-transition-group": "^4.4.1", |
36 | 36 | "reaptcha": "^1.7.2", |
37 | 37 | "sockette": "^2.0.6", |
38 | | - "styled-components": "^5.1.1", |
| 38 | + "styled-components": "^5.2.1", |
39 | 39 | "styled-components-breakpoint": "^3.0.0-preview.20", |
40 | 40 | "swr": "^0.2.3", |
| 41 | + "tailwindcss": "^2.0.2", |
41 | 42 | "uuid": "^3.3.2", |
42 | 43 | "xterm": "^4.9.0", |
43 | 44 | "xterm-addon-attach": "^0.6.0", |
|
67 | 68 | "@types/node": "^14.11.10", |
68 | 69 | "@types/query-string": "^6.3.0", |
69 | 70 | "@types/react": "^16.9.41", |
| 71 | + "@types/react-copy-to-clipboard": "^4.3.0", |
70 | 72 | "@types/react-dom": "^16.9.8", |
71 | 73 | "@types/react-helmet": "^6.0.0", |
72 | 74 | "@types/react-redux": "^7.1.1", |
73 | 75 | "@types/react-router": "^5.1.3", |
74 | 76 | "@types/react-router-dom": "^5.1.3", |
75 | 77 | "@types/react-transition-group": "^4.4.0", |
76 | | - "@types/styled-components": "^5.1.0", |
| 78 | + "@types/styled-components": "^5.1.7", |
77 | 79 | "@types/uuid": "^3.4.5", |
78 | 80 | "@types/webpack-env": "^1.15.2", |
79 | 81 | "@types/yup": "^0.29.3", |
80 | 82 | "@typescript-eslint/eslint-plugin": "^3.5.0", |
81 | 83 | "@typescript-eslint/parser": "^3.5.0", |
| 84 | + "autoprefixer": "^10.1.0", |
82 | 85 | "babel-loader": "^8.0.6", |
83 | | - "babel-plugin-styled-components": "^1.10.7", |
| 86 | + "babel-plugin-styled-components": "^1.12.0", |
84 | 87 | "cross-env": "^7.0.2", |
85 | 88 | "css-loader": "^3.2.1", |
86 | 89 | "eslint": "^7.4.0", |
|
92 | 95 | "eslint-plugin-react-hooks": "^4.0.5", |
93 | 96 | "eslint-plugin-standard": "^4.0.1", |
94 | 97 | "fork-ts-checker-webpack-plugin": "^5.0.6", |
| 98 | + "postcss": "^8.2.1", |
95 | 99 | "redux-devtools-extension": "^2.13.8", |
96 | 100 | "source-map-loader": "^1.0.1", |
97 | 101 | "style-loader": "^1.2.1", |
98 | 102 | "svg-url-loader": "^6.0.0", |
99 | | - "tailwindcss": "^1.9.4", |
100 | 103 | "terser-webpack-plugin": "^3.0.6", |
101 | | - "twin.macro": "^1.10.0", |
| 104 | + "twin.macro": "^2.0.7", |
102 | 105 | "typescript": "^3.9.6", |
103 | 106 | "typescript-plugin-tw-template": "^2.0.1", |
104 | 107 | "webpack": "^4.43.0", |
|
114 | 117 | "watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", |
115 | 118 | "build": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress", |
116 | 119 | "build:production": "yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production", |
117 | | - "serve": "yarn run clean && cross-env PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling 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" |
| 120 | + "serve": "yarn run clean && cross-env 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" |
118 | 121 | }, |
119 | 122 | "browserslist": [ |
120 | 123 | "> 0.5%", |
|
0 commit comments