2017-01-03 23:32:23 +01:00
|
|
|
{
|
2018-03-31 06:58:38 +02:00
|
|
|
"name": "pterodactyl-panel",
|
2021-07-09 20:58:06 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",
|
2021-07-11 20:49:40 +02:00
|
|
|
"lint": "$npm_execpath eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
|
|
|
|
"watch": "$npm_execpath cross-env NODE_ENV=development $npm_execpath webpack --watch --progress",
|
|
|
|
"build": "$npm_execpath cross-env NODE_ENV=development $npm_execpath webpack --progress",
|
|
|
|
"build:production": "$npm_execpath run clean && $npm_execpath cross-env NODE_ENV=production $npm_execpath webpack --mode production",
|
|
|
|
"serve": "$npm_execpath run clean && $npm_execpath cross-env PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development $npm_execpath 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"
|
2021-07-09 20:58:06 +02:00
|
|
|
},
|
2018-06-04 02:40:35 +02:00
|
|
|
"dependencies": {
|
2021-07-09 20:58:06 +02:00
|
|
|
"@": "link:./resources/scripts",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/autocomplete": "^0.18.8",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/closebrackets": "^0.18.0",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/commands": "^0.18.3",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/comment": "^0.18.1",
|
|
|
|
"@codemirror/fold": "^0.18.1",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/gutter": "^0.18.4",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/highlight": "^0.18.4",
|
|
|
|
"@codemirror/history": "^0.18.1",
|
2021-07-21 20:18:53 +02:00
|
|
|
"@codemirror/lang-cpp": "^0.18.0",
|
|
|
|
"@codemirror/lang-css": "^0.18.0",
|
|
|
|
"@codemirror/lang-html": "^0.18.1",
|
|
|
|
"@codemirror/lang-java": "^0.18.0",
|
|
|
|
"@codemirror/lang-javascript": "^0.18.0",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/lang-json": "^0.18.0",
|
2021-07-21 20:18:53 +02:00
|
|
|
"@codemirror/lang-markdown": "^0.18.4",
|
|
|
|
"@codemirror/lang-rust": "^0.18.0",
|
|
|
|
"@codemirror/lang-sql": "^0.18.0",
|
|
|
|
"@codemirror/lang-xml": "^0.18.0",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/language": "^0.18.2",
|
|
|
|
"@codemirror/legacy-modes": "^0.18.1",
|
|
|
|
"@codemirror/lint": "^0.18.4",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/matchbrackets": "^0.18.0",
|
|
|
|
"@codemirror/rectangular-selection": "^0.18.0",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/search": "^0.18.4",
|
2021-05-21 00:00:46 +02:00
|
|
|
"@codemirror/state": "^0.18.7",
|
|
|
|
"@codemirror/stream-parser": "^0.18.2",
|
|
|
|
"@codemirror/theme-one-dark": "^0.18.1",
|
2021-07-14 00:06:00 +02:00
|
|
|
"@codemirror/view": "^0.18.19",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2021-02-05 17:42:57 +01:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
2021-07-11 21:51:42 +02:00
|
|
|
"@hot-loader/react-dom": "^16.14.0",
|
2020-12-27 20:18:33 +01:00
|
|
|
"axios": "^0.21.1",
|
2021-07-09 20:58:06 +02:00
|
|
|
"chart.js": "^2.9.3",
|
2021-07-24 22:41:45 +02:00
|
|
|
"date-fns": "^2.23.0",
|
2021-07-09 20:58:06 +02:00
|
|
|
"debounce": "^1.2.1",
|
2020-07-05 06:46:49 +02:00
|
|
|
"deepmerge": "^4.2.2",
|
2021-07-09 20:58:06 +02:00
|
|
|
"easy-peasy": "^5.0.3",
|
|
|
|
"events": "^3.3.0",
|
|
|
|
"feature": "link:./resources/scripts/components/server/features",
|
|
|
|
"formik": "^2.2.9",
|
|
|
|
"history": "^4.10.1",
|
2021-08-02 19:47:13 +02:00
|
|
|
"i18next": "^20.3.5",
|
2021-07-09 20:58:06 +02:00
|
|
|
"i18next-chained-backend": "^3.0.2",
|
|
|
|
"i18next-localstorage-backend": "^3.1.3",
|
2019-11-16 21:46:19 +01:00
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2021-05-16 21:35:49 +02:00
|
|
|
"qrcode.react": "^1.0.1",
|
2021-07-09 20:58:06 +02:00
|
|
|
"query-string": "^7.0.1",
|
|
|
|
"react": "^16.14.0",
|
2021-02-05 17:42:57 +01:00
|
|
|
"react-copy-to-clipboard": "^5.0.3",
|
2021-07-11 21:51:42 +02:00
|
|
|
"react-dom": "^16.14.0",
|
2020-07-05 06:46:49 +02:00
|
|
|
"react-fast-compare": "^3.2.0",
|
2021-02-05 17:42:57 +01:00
|
|
|
"react-ga": "^3.3.0",
|
|
|
|
"react-google-recaptcha": "^2.1.0",
|
|
|
|
"react-hot-loader": "^4.13.0",
|
2021-08-02 19:47:13 +02:00
|
|
|
"react-i18next": "^11.11.4",
|
2021-07-09 20:58:06 +02:00
|
|
|
"react-router": "^5.2.0",
|
2021-02-05 17:42:57 +01:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-05-22 21:41:17 +02:00
|
|
|
"react-select": "^4.3.1",
|
2021-07-09 20:58:06 +02:00
|
|
|
"react-transition-group": "^4.4.2",
|
2020-08-02 06:11:49 +02:00
|
|
|
"reaptcha": "^1.7.2",
|
2019-06-30 01:14:32 +02:00
|
|
|
"sockette": "^2.0.6",
|
2021-07-22 19:15:27 +02:00
|
|
|
"styled-components": "^5.3.0",
|
2019-12-23 02:03:44 +01:00
|
|
|
"styled-components-breakpoint": "^3.0.0-preview.20",
|
2021-05-21 00:00:46 +02:00
|
|
|
"swr": "^0.5.6",
|
2019-08-04 23:58:31 +02:00
|
|
|
"uuid": "^3.3.2",
|
2021-07-09 20:58:06 +02:00
|
|
|
"xterm": "^4.13.0",
|
2020-10-14 08:34:53 +02:00
|
|
|
"xterm-addon-attach": "^0.6.0",
|
2021-02-05 17:42:57 +01:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
|
|
|
"xterm-addon-search": "^0.8.0",
|
2020-10-14 08:34:53 +02:00
|
|
|
"xterm-addon-search-bar": "^0.2.0",
|
2020-11-24 22:04:44 +01:00
|
|
|
"xterm-addon-web-links": "^0.4.0",
|
2021-05-21 00:00:46 +02:00
|
|
|
"yup": "^0.32.9"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2021-07-09 20:58:06 +02:00
|
|
|
"@babel/core": "^7.14.5",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
2020-10-17 21:23:25 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.14.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
|
|
"@babel/preset-env": "^7.14.5",
|
|
|
|
"@babel/preset-react": "^7.14.5",
|
|
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
|
|
"@babel/runtime": "^7.14.5",
|
|
|
|
"@tailwindcss/forms": "^0.3.3",
|
|
|
|
"@types/chart.js": "^2.9.34",
|
|
|
|
"@types/codemirror": "^5.60.2",
|
2020-07-05 06:46:49 +02:00
|
|
|
"@types/debounce": "^1.2.0",
|
2019-06-30 01:57:11 +02:00
|
|
|
"@types/events": "^3.0.0",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@types/history": "^4.7.9",
|
2021-08-02 19:47:13 +02:00
|
|
|
"@types/node": "^16.4.10",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@types/qrcode.react": "^1.0.2",
|
2019-06-17 01:57:57 +02:00
|
|
|
"@types/query-string": "^6.3.0",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@types/react": "^16.14.11",
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.1",
|
|
|
|
"@types/react-dom": "^16.9.14",
|
|
|
|
"@types/react-redux": "^7.1.18",
|
|
|
|
"@types/react-router": "^5.1.16",
|
|
|
|
"@types/react-router-dom": "^5.1.8",
|
2021-07-13 23:25:43 +02:00
|
|
|
"@types/react-select": "^4.0.17",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@types/react-transition-group": "^4.4.2",
|
2021-07-22 19:15:27 +02:00
|
|
|
"@types/styled-components": "^5.1.11",
|
2019-08-04 23:58:31 +02:00
|
|
|
"@types/uuid": "^3.4.5",
|
2021-07-17 19:47:23 +02:00
|
|
|
"@types/webappsec-credential-management": "^0.6.1",
|
2021-07-09 20:58:06 +02:00
|
|
|
"@types/webpack-env": "^1.16.2",
|
|
|
|
"@types/yup": "^0.29.13",
|
2021-08-02 19:47:13 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
|
|
"@typescript-eslint/parser": "^4.29.0",
|
2021-07-24 22:41:45 +02:00
|
|
|
"autoprefixer": "^10.3.1",
|
2021-07-09 20:58:06 +02:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-07-13 23:58:44 +02:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2021-07-09 20:58:06 +02:00
|
|
|
"babel-plugin-styled-components": "^1.13.2",
|
|
|
|
"browserslist": "^4.16.6",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"css-loader": "^5.2.6",
|
2021-08-02 19:47:13 +02:00
|
|
|
"eslint": "^7.32.0",
|
2021-06-05 17:37:44 +02:00
|
|
|
"eslint-config-standard": "^16.0.3",
|
2021-07-09 20:58:06 +02:00
|
|
|
"eslint-plugin-import": "^2.23.4",
|
2021-02-05 17:42:57 +01:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2021-06-05 17:37:44 +02:00
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2021-07-09 20:58:06 +02:00
|
|
|
"eslint-plugin-react": "^7.24.0",
|
2021-02-05 17:42:57 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-08-02 19:47:13 +02:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.3.1",
|
2021-07-24 22:41:45 +02:00
|
|
|
"postcss": "^8.3.6",
|
2021-07-09 20:58:06 +02:00
|
|
|
"redux-devtools-extension": "^2.13.9",
|
|
|
|
"source-map-loader": "^1.1.3",
|
|
|
|
"style-loader": "^2.0.0",
|
|
|
|
"svg-url-loader": "^7.1.1",
|
2021-07-24 22:06:43 +02:00
|
|
|
"tailwindcss": "^2.2.7",
|
2021-07-09 20:58:06 +02:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2021-07-11 21:51:42 +02:00
|
|
|
"twin.macro": "^2.6.2",
|
2021-07-09 20:58:06 +02:00
|
|
|
"typescript": "^4.3.5",
|
|
|
|
"webpack": "^4.46.0",
|
|
|
|
"webpack-assets-manifest": "^4.0.6",
|
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
2020-07-03 22:55:33 +02:00
|
|
|
"webpack-cli": "^3.3.12",
|
2021-07-11 20:53:55 +02:00
|
|
|
"webpack-dev-server": "^3.11.2"
|
2018-03-31 06:58:38 +02:00
|
|
|
},
|
2021-07-09 20:58:06 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=12",
|
|
|
|
"yarn": "^1.22.x"
|
2019-09-18 06:05:20 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2019-11-16 20:18:23 +01:00
|
|
|
"> 0.5%",
|
|
|
|
"last 2 versions",
|
|
|
|
"firefox esr",
|
|
|
|
"not dead"
|
2021-07-09 20:58:06 +02:00
|
|
|
],
|
|
|
|
"babelMacros": {
|
|
|
|
"twin": {
|
|
|
|
"preset": "styled-components",
|
|
|
|
"autoCssProp": true
|
|
|
|
},
|
|
|
|
"styledComponents": {
|
|
|
|
"pure": true,
|
|
|
|
"displayName": false,
|
|
|
|
"fileName": false
|
|
|
|
}
|
|
|
|
}
|
2017-01-03 23:32:23 +01:00
|
|
|
}
|