|
1 | 1 | { |
2 | 2 | "name": "pterodactyl-panel", |
3 | 3 | "dependencies": { |
| 4 | + "@hot-loader/react-dom": "^16.8.6", |
4 | 5 | "axios": "^0.18.0", |
5 | 6 | "brace": "^0.11.1", |
6 | 7 | "date-fns": "^1.29.0", |
7 | 8 | "feather-icons": "^4.10.0", |
8 | 9 | "jquery": "^3.3.1", |
9 | 10 | "lodash": "^4.17.11", |
| 11 | + "react": "^16.8.6", |
| 12 | + "react-dom": "^16.8.6", |
| 13 | + "react-hot-loader": "^4.9.0", |
10 | 14 | "socket.io-client": "^2.2.0", |
11 | | - "vee-validate": "^2.1.7", |
12 | | - "vue": "^2.6.4", |
13 | | - "vue-axios": "^2.1.1", |
14 | | - "vue-i18n": "^8.6.0", |
15 | | - "vue-router": "^3.0.1", |
16 | | - "vuex": "^3.0.1", |
17 | | - "vuex-router-sync": "^5.0.0", |
18 | 15 | "ws-wrapper": "^2.0.0", |
19 | 16 | "xterm": "^3.5.1" |
20 | 17 | }, |
21 | 18 | "devDependencies": { |
22 | | - "@babel/cli": "^7.2.3", |
23 | 19 | "@babel/core": "^7.2.2", |
24 | | - "@babel/plugin-proposal-class-properties": "^7.3.0", |
25 | | - "@babel/plugin-proposal-object-rest-spread": "^7.3.1", |
26 | 20 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
27 | 21 | "@babel/preset-env": "^7.3.1", |
| 22 | + "@babel/preset-react": "^7.0.0", |
28 | 23 | "@types/feather-icons": "^4.7.0", |
29 | 24 | "@types/lodash": "^4.14.119", |
30 | | - "@types/node": "^10.12.15", |
31 | | - "@types/socket.io-client": "^1.4.32", |
| 25 | + "@types/react": "^16.8.19", |
| 26 | + "@types/react-dom": "^16.8.4", |
32 | 27 | "@types/webpack-env": "^1.13.6", |
33 | 28 | "babel-loader": "^8.0.5", |
34 | 29 | "clean-webpack-plugin": "^0.1.19", |
|
45 | 40 | "precss": "^3.1.2", |
46 | 41 | "purgecss-webpack-plugin": "^1.1.0", |
47 | 42 | "resolve-url-loader": "^3.0.0", |
| 43 | + "source-map-loader": "^0.2.4", |
48 | 44 | "style-loader": "^0.23.1", |
49 | 45 | "tailwindcss": "^0.7.4", |
| 46 | + "terser-webpack-plugin": "^1.3.0", |
50 | 47 | "ts-loader": "^5.3.3", |
51 | 48 | "typescript": "^3.3.1", |
52 | | - "uglifyjs-webpack-plugin": "^2.1.1", |
53 | | - "vue-devtools": "^3.1.9", |
54 | | - "vue-feather-icons": "^4.7.1", |
55 | | - "vue-loader": "^15.6.2", |
56 | | - "vue-mc": "^0.2.4", |
57 | | - "vue-template-compiler": "^2.6.4", |
58 | | - "vueify-insert-css": "^1.0.0", |
59 | 49 | "webpack": "^4.29.0", |
60 | 50 | "webpack-assets-manifest": "^3.1.1", |
61 | 51 | "webpack-cli": "^3.0.2", |
62 | 52 | "webpack-dev-server": "^3.1.14", |
63 | 53 | "webpack-manifest-plugin": "^2.0.3", |
64 | | - "webpack-shell-plugin": "^0.5.0", |
65 | 54 | "webpack-stream": "^4.0.3" |
66 | 55 | }, |
67 | 56 | "scripts": { |
68 | 57 | "watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", |
69 | 58 | "build": "NODE_ENV=development ./node_modules/.bin/webpack --progress", |
70 | 59 | "build:production": "NODE_ENV=production ./node_modules/.bin/webpack", |
71 | 60 | "serve": "NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot", |
72 | | - "v:serve": "PUBLIC_PATH=http://pterodactyl.test:8080 yarn run serve", |
73 | | - "compile:assets": "php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js" |
| 61 | + "v:serve": "PUBLIC_PATH=http://pterodactyl.test:8080 yarn run serve" |
74 | 62 | } |
75 | 63 | } |
0 commit comments