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-26 06:28:56 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.19",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.9.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
2019-12-16 03:05:44 +01:00
|
|
|
"@types/react-google-recaptcha": "^1.1.1",
|
2019-12-07 21:12:33 +01:00
|
|
|
"axios": "^0.19.0",
|
2019-10-13 00:29:45 +02:00
|
|
|
"ayu-ace": "^2.0.4",
|
|
|
|
"brace": "^0.11.1",
|
2019-09-29 22:23:15 +02:00
|
|
|
"chart.js": "^2.8.0",
|
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-12-07 21:12:33 +01:00
|
|
|
"easy-peasy": "^3.2.3",
|
2019-06-30 01:57:11 +02:00
|
|
|
"events": "^3.0.0",
|
2020-03-19 05:32:07 +01:00
|
|
|
"formik": "^2.1.4",
|
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",
|
2019-02-03 02:33:12 +01:00
|
|
|
"jquery": "^3.3.1",
|
2019-09-29 22:23:15 +02:00
|
|
|
"lodash-es": "^4.17.15",
|
2019-08-03 07:22:01 +02:00
|
|
|
"path": "^0.12.7",
|
2019-06-17 01:57:57 +02:00
|
|
|
"query-string": "^6.7.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "npm:@hot-loader/react-dom",
|
2019-12-16 03:05:44 +01:00
|
|
|
"react-google-recaptcha": "^2.0.1",
|
2019-12-07 21:12:33 +01:00
|
|
|
"react-hot-loader": "^4.12.18",
|
2019-11-16 21:46:19 +01:00
|
|
|
"react-i18next": "^11.2.1",
|
2019-06-30 03:28:23 +02:00
|
|
|
"react-redux": "^7.1.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"react-router-dom": "^5.1.2",
|
|
|
|
"react-transition-group": "^4.3.0",
|
2019-06-30 01:14:32 +02:00
|
|
|
"sockette": "^2.0.6",
|
2019-12-07 21:12:33 +01:00
|
|
|
"styled-components": "^4.4.1",
|
2019-12-23 02:03:44 +01:00
|
|
|
"styled-components-breakpoint": "^3.0.0-preview.20",
|
2019-06-23 01:45:51 +02:00
|
|
|
"use-react-router": "^1.0.7",
|
2019-08-04 23:58:31 +02:00
|
|
|
"uuid": "^3.3.2",
|
2019-06-30 01:14:32 +02:00
|
|
|
"xterm": "^3.14.4",
|
|
|
|
"xterm-addon-attach": "^0.1.0",
|
|
|
|
"xterm-addon-fit": "^0.1.0",
|
2019-06-23 08:25:38 +02:00
|
|
|
"yup": "^0.27.0"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2019-12-07 21:12:33 +01:00
|
|
|
"@babel/core": "^7.7.5",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
|
2020-02-09 00:23:08 +01:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
2019-12-07 21:12:33 +01:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.7.5",
|
|
|
|
"@babel/preset-env": "^7.7.5",
|
|
|
|
"@babel/preset-react": "^7.7.4",
|
|
|
|
"@babel/preset-typescript": "^7.7.4",
|
|
|
|
"@babel/runtime": "^7.7.5",
|
2019-09-29 22:23:15 +02:00
|
|
|
"@types/chart.js": "^2.8.5",
|
2019-06-10 04:26:20 +02:00
|
|
|
"@types/classnames": "^2.2.8",
|
2019-06-30 01:57:11 +02:00
|
|
|
"@types/events": "^3.0.0",
|
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-09-29 22:23:15 +02:00
|
|
|
"@types/lodash-es": "^4.17.3",
|
2019-08-03 07:22:01 +02:00
|
|
|
"@types/node": "^12.6.9",
|
2019-06-17 01:57:57 +02:00
|
|
|
"@types/query-string": "^6.3.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"@types/react": "^16.9.15",
|
|
|
|
"@types/react-dom": "^16.9.4",
|
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",
|
2019-06-10 04:26:20 +02:00
|
|
|
"@types/react-transition-group": "^2.9.2",
|
2019-12-07 21:12:33 +01:00
|
|
|
"@types/styled-components": "^4.4.0",
|
2019-08-04 23:58:31 +02:00
|
|
|
"@types/uuid": "^3.4.5",
|
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",
|
2020-02-09 00:23:08 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.19.0",
|
|
|
|
"@typescript-eslint/parser": "^2.19.0",
|
2019-09-18 06:05:20 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-07-28 03:53:48 +02:00
|
|
|
"babel-plugin-styled-components": "^1.10.6",
|
|
|
|
"babel-plugin-tailwind-components": "^0.5.10",
|
2019-12-07 21:12:33 +01:00
|
|
|
"css-loader": "^3.2.1",
|
2019-09-18 06:05:20 +02:00
|
|
|
"cssnano": "^4.1.10",
|
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",
|
2019-10-13 00:29:45 +02:00
|
|
|
"eslint-plugin-react-hooks": "^2.1.2",
|
2019-06-10 02:38:33 +02:00
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-09-18 06:05:20 +02:00
|
|
|
"fork-ts-checker-webpack-plugin": "^1.5.0",
|
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-09-18 06:05:20 +02:00
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"postcss": "^7.0.24",
|
2019-11-16 20:18:23 +01:00
|
|
|
"postcss-import": "^12.0.1",
|
2019-02-03 02:33:12 +01:00
|
|
|
"postcss-loader": "^3.0.0",
|
2019-11-16 20:18:23 +01:00
|
|
|
"postcss-preset-env": "^6.7.0",
|
|
|
|
"precss": "^4.0.0",
|
2019-12-07 21:12:33 +01:00
|
|
|
"purgecss-webpack-plugin": "^1.6.0",
|
2019-12-22 09:16:13 +01:00
|
|
|
"redux-devtools-extension": "^2.13.8",
|
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",
|
2020-02-09 00:23:08 +01:00
|
|
|
"ts-loader": "^6.2.1",
|
|
|
|
"typescript": "^3.7.5",
|
2019-12-07 21:12:33 +01:00
|
|
|
"webpack": "^4.41.2",
|
2019-02-03 02:33:12 +01:00
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
2019-12-07 21:12:33 +01:00
|
|
|
"webpack-cli": "^3.3.10",
|
|
|
|
"webpack-dev-server": "^3.9.0",
|
|
|
|
"webpack-manifest-plugin": "^2.0.3",
|
|
|
|
"yarn-deduplicate": "^1.1.1"
|
2018-03-31 06:58:38 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-12-23 06:27:26 +01:00
|
|
|
"clean": "rm -rf public/assets/*.{js,css,map}",
|
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",
|
2019-12-23 06:27:26 +01:00
|
|
|
"build:production": "yarn run clean && NODE_ENV=production ./node_modules/.bin/webpack --mode production",
|
2019-09-18 06:05:20 +02:00
|
|
|
"serve": "yarn run clean && 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"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|