2017-01-03 23:32:23 +01:00
|
|
|
{
|
2022-11-25 21:25:03 +01:00
|
|
|
"name": "@pterodactyl/panel",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
2022-06-27 03:09:40 +02:00
|
|
|
"engines": {
|
2022-11-25 21:25:03 +01:00
|
|
|
"node": ">=16.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "vite build",
|
|
|
|
"clean": "rimraf public/build",
|
|
|
|
"coverage": "vitest run --coverage",
|
|
|
|
"dev": "vite",
|
|
|
|
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
|
|
|
|
"test": "vitest run",
|
|
|
|
"test:ui": "vitest --ui"
|
2022-06-27 03:09:40 +02:00
|
|
|
},
|
2018-06-04 02:40:35 +02:00
|
|
|
"dependencies": {
|
2022-11-25 21:25:03 +01:00
|
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
|
|
"@codemirror/commands": "^6.0.0",
|
|
|
|
"@codemirror/lang-cpp": "^6.0.0",
|
|
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
|
|
"@codemirror/lang-html": "^6.0.0",
|
|
|
|
"@codemirror/lang-java": "^6.0.0",
|
|
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
|
|
"@codemirror/lang-json": "^6.0.0",
|
|
|
|
"@codemirror/lang-lezer": "^6.0.0",
|
|
|
|
"@codemirror/lang-markdown": "^6.0.0",
|
|
|
|
"@codemirror/lang-php": "^6.0.0",
|
|
|
|
"@codemirror/lang-python": "^6.0.0",
|
|
|
|
"@codemirror/lang-rust": "^6.0.0",
|
|
|
|
"@codemirror/lang-sql": "^6.0.0",
|
|
|
|
"@codemirror/lang-xml": "^6.0.0",
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
"@codemirror/language-data": "^6.0.0",
|
|
|
|
"@codemirror/legacy-modes": "^6.0.0",
|
|
|
|
"@codemirror/lint": "^6.0.0",
|
|
|
|
"@codemirror/search": "^6.0.0",
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
"@codemirror/view": "^6.0.0",
|
2022-12-12 22:01:31 +01:00
|
|
|
"@floating-ui/react-dom-interactions": "0.13.3",
|
2023-01-12 19:21:32 +01:00
|
|
|
"@flyyer/use-fit-text": "3.0.1",
|
2022-12-12 22:01:31 +01:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.2.1",
|
2022-12-16 03:06:14 +01:00
|
|
|
"@fortawesome/free-brands-svg-icons": "6.2.1",
|
2022-12-12 22:01:31 +01:00
|
|
|
"@fortawesome/free-solid-svg-icons": "6.2.1",
|
2022-11-25 21:25:03 +01:00
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-01-25 19:36:42 +01:00
|
|
|
"@headlessui/react": "1.7.7",
|
2022-11-25 21:25:03 +01:00
|
|
|
"@heroicons/react": "1.0.6",
|
2023-01-12 19:21:32 +01:00
|
|
|
"@lezer/common": "1.0.2",
|
2022-12-12 22:01:31 +01:00
|
|
|
"@lezer/highlight": "1.1.3",
|
2023-01-25 19:36:42 +01:00
|
|
|
"@preact/signals-react": "1.2.2",
|
2022-11-25 21:25:03 +01:00
|
|
|
"axios": "0.27.2",
|
|
|
|
"boring-avatars": "1.7.0",
|
|
|
|
"chart.js": "3.9.1",
|
|
|
|
"classnames": "2.3.2",
|
2022-12-12 22:01:31 +01:00
|
|
|
"copy-to-clipboard": "3.3.3",
|
2022-11-25 21:25:03 +01:00
|
|
|
"date-fns": "2.29.3",
|
|
|
|
"debounce": "1.2.1",
|
|
|
|
"deepmerge-ts": "4.2.2",
|
2022-11-29 22:39:48 +01:00
|
|
|
"easy-peasy": "5.2.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"events": "3.3.0",
|
|
|
|
"formik": "2.2.9",
|
2023-01-25 19:36:42 +01:00
|
|
|
"framer-motion": "7.10.3",
|
|
|
|
"i18next": "22.4.9",
|
|
|
|
"i18next-http-backend": "2.1.1",
|
2022-12-12 22:01:31 +01:00
|
|
|
"i18next-multiload-backend-adapter": "2.2.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"nanoid": "4.0.0",
|
|
|
|
"qrcode.react": "3.1.0",
|
|
|
|
"react": "18.2.0",
|
2022-12-12 22:01:31 +01:00
|
|
|
"react-chartjs-2": "4.3.1",
|
2022-11-25 21:25:03 +01:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-fast-compare": "3.2.0",
|
2023-01-25 19:36:42 +01:00
|
|
|
"react-i18next": "12.1.4",
|
|
|
|
"react-router-dom": "6.7.0",
|
2022-12-16 03:06:14 +01:00
|
|
|
"react-select": "5.7.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"reaptcha": "1.12.1",
|
|
|
|
"sockette": "2.0.6",
|
|
|
|
"styled-components": "5.3.6",
|
|
|
|
"styled-components-breakpoint": "3.0.0-preview.20",
|
2023-01-25 19:36:42 +01:00
|
|
|
"swr": "2.0.1",
|
|
|
|
"xterm": "5.1.0",
|
|
|
|
"xterm-addon-fit": "0.7.0",
|
|
|
|
"xterm-addon-search": "0.11.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"xterm-addon-search-bar": "0.2.0",
|
2023-01-25 19:36:42 +01:00
|
|
|
"xterm-addon-web-links": "0.8.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"yup": "0.32.11"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2022-12-21 22:27:07 +01:00
|
|
|
"@tailwindcss/forms": "0.5.3",
|
|
|
|
"@tailwindcss/line-clamp": "0.4.2",
|
2023-01-25 19:36:42 +01:00
|
|
|
"@testing-library/dom": "8.20.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"@testing-library/react": "13.4.0",
|
|
|
|
"@testing-library/user-event": "14.4.3",
|
|
|
|
"@types/debounce": "1.2.1",
|
|
|
|
"@types/events": "3.0.0",
|
2023-01-25 19:36:42 +01:00
|
|
|
"@types/node": "18.11.18",
|
|
|
|
"@types/react": "18.0.27",
|
|
|
|
"@types/react-dom": "18.0.10",
|
2022-11-25 21:25:03 +01:00
|
|
|
"@types/styled-components": "5.1.26",
|
2023-01-25 19:36:42 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.49.0",
|
|
|
|
"@typescript-eslint/parser": "5.49.0",
|
|
|
|
"@vitejs/plugin-react": "3.0.1",
|
2022-12-12 22:01:31 +01:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-11-25 21:25:03 +01:00
|
|
|
"babel-plugin-styled-components": "2.0.7",
|
2022-12-12 22:01:31 +01:00
|
|
|
"babel-plugin-twin": "1.1.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"cross-env": "7.0.3",
|
2023-01-25 19:36:42 +01:00
|
|
|
"eslint": "8.32.0",
|
|
|
|
"eslint-config-prettier": "8.6.0",
|
2022-11-25 21:25:03 +01:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-01-25 19:36:42 +01:00
|
|
|
"eslint-plugin-react": "7.32.1",
|
2022-11-25 21:25:03 +01:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-01-25 19:36:42 +01:00
|
|
|
"happy-dom": "8.1.5",
|
2022-12-21 22:27:07 +01:00
|
|
|
"laravel-vite-plugin": "0.7.3",
|
2023-01-25 19:36:42 +01:00
|
|
|
"pathe": "1.1.0",
|
|
|
|
"postcss": "8.4.21",
|
|
|
|
"postcss-import": "15.1.0",
|
|
|
|
"postcss-nesting": "11.0.0",
|
|
|
|
"postcss-preset-env": "8.0.0",
|
|
|
|
"prettier": "2.8.3",
|
|
|
|
"prettier-plugin-tailwindcss": "0.2.2",
|
2022-11-25 21:25:03 +01:00
|
|
|
"rimraf": "3.0.2",
|
2022-12-21 22:27:07 +01:00
|
|
|
"tailwindcss": "3.2.4",
|
2022-11-25 21:25:03 +01:00
|
|
|
"ts-essentials": "9.3.0",
|
|
|
|
"twin.macro": "2.8.2",
|
2022-12-12 22:01:31 +01:00
|
|
|
"typescript": "4.9.4",
|
2023-01-25 19:36:42 +01:00
|
|
|
"vite": "4.0.4",
|
|
|
|
"vitest": "0.28.2"
|
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"
|
2022-06-05 20:34:29 +02:00
|
|
|
],
|
|
|
|
"babelMacros": {
|
|
|
|
"twin": {
|
2022-11-25 21:25:03 +01:00
|
|
|
"config": "tailwind.config.js",
|
2022-06-05 20:34:29 +02:00
|
|
|
"preset": "styled-components"
|
|
|
|
},
|
|
|
|
"styledComponents": {
|
|
|
|
"pure": true,
|
|
|
|
"displayName": true,
|
|
|
|
"fileName": true
|
|
|
|
}
|
|
|
|
}
|
2017-01-03 23:32:23 +01:00
|
|
|
}
|