2017-01-03 23:32:23 +01:00
|
|
|
{
|
2018-03-31 06:58:38 +02:00
|
|
|
"name": "pterodactyl-panel",
|
2018-06-04 02:40:35 +02:00
|
|
|
"dependencies": {
|
2019-06-10 02:29:10 +02:00
|
|
|
"@hot-loader/react-dom": "^16.8.6",
|
2019-02-03 02:33:12 +01:00
|
|
|
"axios": "^0.18.0",
|
2019-05-15 03:36:48 +02:00
|
|
|
"brace": "^0.11.1",
|
2019-06-10 04:26:20 +02:00
|
|
|
"classnames": "^2.2.6",
|
2018-06-16 23:11:58 +02:00
|
|
|
"date-fns": "^1.29.0",
|
2019-06-23 01:45:51 +02:00
|
|
|
"easy-peasy": "^2.5.0",
|
2018-12-30 22:10:16 +01:00
|
|
|
"feather-icons": "^4.10.0",
|
2019-06-23 08:25:38 +02:00
|
|
|
"formik": "^1.5.7",
|
2019-02-03 02:33:12 +01:00
|
|
|
"jquery": "^3.3.1",
|
|
|
|
"lodash": "^4.17.11",
|
2019-06-17 01:57:57 +02:00
|
|
|
"query-string": "^6.7.0",
|
2019-06-10 02:29:10 +02:00
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-hot-loader": "^4.9.0",
|
2019-06-10 02:38:33 +02:00
|
|
|
"react-router-dom": "^5.0.1",
|
2019-06-10 04:26:20 +02:00
|
|
|
"react-transition-group": "^4.1.0",
|
2019-05-02 05:12:20 +02:00
|
|
|
"socket.io-client": "^2.2.0",
|
2019-06-23 01:45:51 +02:00
|
|
|
"use-react-router": "^1.0.7",
|
2019-05-02 05:12:20 +02:00
|
|
|
"ws-wrapper": "^2.0.0",
|
2019-06-23 08:25:38 +02:00
|
|
|
"xterm": "^3.5.1",
|
|
|
|
"yup": "^0.27.0"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2019-02-03 02:33:12 +01:00
|
|
|
"@babel/core": "^7.2.2",
|
2019-05-15 03:36:48 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"@babel/preset-env": "^7.3.1",
|
2019-06-10 02:29:10 +02:00
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-06-10 04:26:20 +02:00
|
|
|
"@types/classnames": "^2.2.8",
|
2018-12-30 22:10:16 +01:00
|
|
|
"@types/feather-icons": "^4.7.0",
|
2018-12-17 03:57:34 +01:00
|
|
|
"@types/lodash": "^4.14.119",
|
2019-06-17 01:57:57 +02:00
|
|
|
"@types/query-string": "^6.3.0",
|
2019-06-10 02:29:10 +02:00
|
|
|
"@types/react": "^16.8.19",
|
|
|
|
"@types/react-dom": "^16.8.4",
|
2019-06-10 04:26:20 +02:00
|
|
|
"@types/react-router-dom": "^4.3.3",
|
|
|
|
"@types/react-transition-group": "^2.9.2",
|
2018-12-17 00:29:44 +01:00
|
|
|
"@types/webpack-env": "^1.13.6",
|
2019-06-23 08:25:38 +02:00
|
|
|
"@types/yup": "^0.26.17",
|
2019-06-10 02:38:33 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^1.10.1",
|
|
|
|
"@typescript-eslint/parser": "^1.10.1",
|
2019-02-03 02:33:12 +01:00
|
|
|
"babel-loader": "^8.0.5",
|
|
|
|
"css-loader": "^2.1.0",
|
|
|
|
"cssnano": "^4.0.3",
|
2019-06-10 02:38:33 +02:00
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.17.3",
|
|
|
|
"eslint-plugin-node": "^9.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-02-10 04:43:11 +01:00
|
|
|
"fork-ts-checker-webpack-plugin": "^0.5.2",
|
2018-06-04 05:09:41 +02:00
|
|
|
"glob-all": "^3.1.0",
|
2018-06-06 22:33:24 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"mini-css-extract-plugin": "^0.5.0",
|
2018-03-31 06:58:38 +02:00
|
|
|
"postcss": "^6.0.21",
|
|
|
|
"postcss-import": "^11.1.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"postcss-loader": "^3.0.0",
|
2018-03-31 06:58:38 +02:00
|
|
|
"postcss-preset-env": "^3.4.0",
|
2018-05-31 17:59:18 +02:00
|
|
|
"precss": "^3.1.2",
|
2018-06-04 05:02:08 +02:00
|
|
|
"purgecss-webpack-plugin": "^1.1.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"resolve-url-loader": "^3.0.0",
|
2019-06-10 02:29:10 +02:00
|
|
|
"source-map-loader": "^0.2.4",
|
2019-02-03 02:33:12 +01:00
|
|
|
"style-loader": "^0.23.1",
|
|
|
|
"tailwindcss": "^0.7.4",
|
2019-06-10 02:29:10 +02:00
|
|
|
"terser-webpack-plugin": "^1.3.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"ts-loader": "^5.3.3",
|
|
|
|
"typescript": "^3.3.1",
|
|
|
|
"webpack": "^4.29.0",
|
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
2018-06-06 22:33:24 +02:00
|
|
|
"webpack-cli": "^3.0.2",
|
2019-02-03 02:33:12 +01:00
|
|
|
"webpack-dev-server": "^3.1.14",
|
2019-06-10 02:38:33 +02:00
|
|
|
"webpack-manifest-plugin": "^2.0.3"
|
2018-03-31 06:58:38 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-06-23 01:45:51 +02:00
|
|
|
"clean": "rm -rf public/assets/*.js && rm -rf public/assets/*.css",
|
2018-06-04 05:34:30 +02:00
|
|
|
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
|
|
|
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
2018-06-07 06:59:45 +02:00
|
|
|
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
|
2019-06-23 01:45:51 +02:00
|
|
|
"serve": "yarn run clean && NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot",
|
2019-06-26 05:42:18 +02:00
|
|
|
"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"
|
2018-05-28 00:37:03 +02:00
|
|
|
}
|
2017-01-03 23:32:23 +01:00
|
|
|
}
|