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": {
|
2020-10-15 05:13:36 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
2020-12-26 18:50:09 +01:00
|
|
|
"@tailwindcss/forms": "^0.2.1",
|
2020-12-27 20:18:33 +01:00
|
|
|
"axios": "^0.21.1",
|
2019-09-29 22:23:15 +02:00
|
|
|
"chart.js": "^2.8.0",
|
2020-09-14 01:17:40 +02:00
|
|
|
"codemirror": "^5.57.0",
|
2020-12-27 20:18:33 +01:00
|
|
|
"date-fns": "^2.16.1",
|
2020-07-05 06:46:49 +02:00
|
|
|
"debounce": "^1.2.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
2020-12-27 20:18:33 +01:00
|
|
|
"easy-peasy": "^4.0.1",
|
2019-06-30 01:57:11 +02:00
|
|
|
"events": "^3.0.0",
|
2020-12-27 20:18:33 +01:00
|
|
|
"formik": "^2.2.6",
|
2019-11-16 21:46:19 +01:00
|
|
|
"i18next": "^19.0.0",
|
|
|
|
"i18next-chained-backend": "^2.0.0",
|
|
|
|
"i18next-localstorage-backend": "^3.0.0",
|
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2021-05-16 21:35:49 +02:00
|
|
|
"qrcode.react": "^1.0.1",
|
2019-06-17 01:57:57 +02:00
|
|
|
"query-string": "^6.7.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"react": "^16.13.1",
|
2020-10-31 21:16:41 +01:00
|
|
|
"react-copy-to-clipboard": "^5.0.2",
|
2019-12-07 21:12:33 +01:00
|
|
|
"react-dom": "npm:@hot-loader/react-dom",
|
2020-07-05 06:46:49 +02:00
|
|
|
"react-fast-compare": "^3.2.0",
|
2020-10-15 05:13:36 +02:00
|
|
|
"react-ga": "^3.1.2",
|
2019-12-16 03:05:44 +01:00
|
|
|
"react-google-recaptcha": "^2.0.1",
|
2020-07-03 22:55:33 +02:00
|
|
|
"react-hot-loader": "^4.12.21",
|
2019-11-16 21:46:19 +01:00
|
|
|
"react-i18next": "^11.2.1",
|
2019-12-07 21:12:33 +01:00
|
|
|
"react-router-dom": "^5.1.2",
|
2020-07-04 18:46:26 +02:00
|
|
|
"react-transition-group": "^4.4.1",
|
2020-08-02 06:11:49 +02:00
|
|
|
"reaptcha": "^1.7.2",
|
2019-06-30 01:14:32 +02:00
|
|
|
"sockette": "^2.0.6",
|
2020-12-26 19:41:25 +01:00
|
|
|
"styled-components": "^5.2.1",
|
2019-12-23 02:03:44 +01:00
|
|
|
"styled-components-breakpoint": "^3.0.0-preview.20",
|
2020-07-10 04:56:46 +02:00
|
|
|
"swr": "^0.2.3",
|
2020-12-26 18:50:09 +01:00
|
|
|
"tailwindcss": "^2.0.2",
|
2019-08-04 23:58:31 +02:00
|
|
|
"uuid": "^3.3.2",
|
2020-10-14 08:34:53 +02:00
|
|
|
"xterm": "^4.9.0",
|
|
|
|
"xterm-addon-attach": "^0.6.0",
|
|
|
|
"xterm-addon-fit": "^0.4.0",
|
|
|
|
"xterm-addon-search": "^0.7.0",
|
|
|
|
"xterm-addon-search-bar": "^0.2.0",
|
2020-11-24 22:04:44 +01:00
|
|
|
"xterm-addon-web-links": "^0.4.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"yup": "^0.29.1"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2020-10-17 21:23:25 +02:00
|
|
|
"@babel/core": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
|
|
"@babel/preset-env": "^7.12.1",
|
|
|
|
"@babel/preset-react": "^7.12.1",
|
|
|
|
"@babel/preset-typescript": "^7.12.1",
|
|
|
|
"@babel/runtime": "^7.12.1",
|
2019-09-29 22:23:15 +02:00
|
|
|
"@types/chart.js": "^2.8.5",
|
2020-09-14 01:17:40 +02:00
|
|
|
"@types/codemirror": "^0.0.98",
|
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",
|
2020-10-17 21:23:25 +02:00
|
|
|
"@types/node": "^14.11.10",
|
2019-06-17 01:57:57 +02:00
|
|
|
"@types/query-string": "^6.3.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"@types/react": "^16.9.41",
|
2020-12-26 18:50:09 +01:00
|
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"@types/react-dom": "^16.9.8",
|
2020-07-27 05:32:24 +02:00
|
|
|
"@types/react-helmet": "^6.0.0",
|
2019-06-30 03:28:23 +02:00
|
|
|
"@types/react-redux": "^7.1.1",
|
2019-12-07 21:12:33 +01:00
|
|
|
"@types/react-router": "^5.1.3",
|
|
|
|
"@types/react-router-dom": "^5.1.3",
|
2020-07-04 18:46:26 +02:00
|
|
|
"@types/react-transition-group": "^4.4.0",
|
2020-12-26 19:41:25 +01:00
|
|
|
"@types/styled-components": "^5.1.7",
|
2019-08-04 23:58:31 +02:00
|
|
|
"@types/uuid": "^3.4.5",
|
2020-07-03 22:55:33 +02:00
|
|
|
"@types/webpack-env": "^1.15.2",
|
|
|
|
"@types/yup": "^0.29.3",
|
2021-05-08 19:37:18 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
|
|
|
"@typescript-eslint/parser": "^4.22.1",
|
2020-12-26 19:41:25 +01:00
|
|
|
"autoprefixer": "^10.1.0",
|
2019-09-18 06:05:20 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
2020-12-26 19:41:25 +01:00
|
|
|
"babel-plugin-styled-components": "^1.12.0",
|
2020-03-23 03:42:04 +01:00
|
|
|
"cross-env": "^7.0.2",
|
2019-12-07 21:12:33 +01:00
|
|
|
"css-loader": "^3.2.1",
|
2020-07-03 22:55:33 +02:00
|
|
|
"eslint": "^7.4.0",
|
|
|
|
"eslint-config-standard": "^14.1.1",
|
|
|
|
"eslint-plugin-import": "^2.22.0",
|
2019-06-10 02:38:33 +02:00
|
|
|
"eslint-plugin-node": "^9.1.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-react": "^7.20.3",
|
|
|
|
"eslint-plugin-react-hooks": "^4.0.5",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2021-05-08 19:37:18 +02:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.2.6",
|
2020-12-26 19:41:25 +01:00
|
|
|
"postcss": "^8.2.1",
|
2019-12-22 09:16:13 +01:00
|
|
|
"redux-devtools-extension": "^2.13.8",
|
2020-07-05 05:54:33 +02:00
|
|
|
"source-map-loader": "^1.0.1",
|
2020-07-03 22:55:33 +02:00
|
|
|
"style-loader": "^1.2.1",
|
2020-07-05 03:19:46 +02:00
|
|
|
"svg-url-loader": "^6.0.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"terser-webpack-plugin": "^3.0.6",
|
2020-12-26 18:50:09 +01:00
|
|
|
"twin.macro": "^2.0.7",
|
2021-05-08 19:37:18 +02:00
|
|
|
"typescript": "^4.2.4",
|
2020-07-03 22:55:33 +02:00
|
|
|
"webpack": "^4.43.0",
|
2019-02-03 02:33:12 +01:00
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
2020-07-05 03:19:46 +02:00
|
|
|
"webpack-bundle-analyzer": "^3.8.0",
|
2020-07-03 22:55:33 +02:00
|
|
|
"webpack-cli": "^3.3.12",
|
|
|
|
"webpack-dev-server": "^3.11.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"yarn-deduplicate": "^1.1.1"
|
2018-03-31 06:58:38 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-05 05:54:33 +02:00
|
|
|
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",
|
2020-07-05 03:30:50 +02:00
|
|
|
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
|
2020-03-23 03:42:04 +01:00
|
|
|
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
|
|
|
"build": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
|
|
|
"build:production": "yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production",
|
2020-12-26 19:41:25 +01:00
|
|
|
"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"
|
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"
|
2019-09-18 06:05:20 +02:00
|
|
|
]
|
2017-01-03 23:32:23 +01:00
|
|
|
}
|