misc_pterodactyl-panel/package.json

149 lines
5 KiB
JSON
Raw Permalink Normal View History

{
2022-11-25 20:25:03 +00:00
"name": "@pterodactyl/panel",
2023-02-23 21:37:12 +00:00
"version": "1.0.0",
2022-11-25 20:25:03 +00:00
"license": "MIT",
"private": true,
2023-09-28 19:48:21 +00:00
"packageManager": "pnpm@8.7.6",
2022-06-27 01:09:40 +00:00
"engines": {
2023-02-23 21:37:12 +00:00
"node": ">=16.13"
2022-11-25 20:25:03 +00:00
},
"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 01:09:40 +00:00
},
2018-06-04 00:40:35 +00:00
"dependencies": {
2022-11-25 20:25:03 +00: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 21:01:31 +00:00
"@floating-ui/react-dom-interactions": "0.13.3",
2023-01-12 18:21:32 +00:00
"@flyyer/use-fit-text": "3.0.1",
2023-02-23 20:08:40 +00:00
"@fortawesome/fontawesome-svg-core": "6.3.0",
"@fortawesome/free-brands-svg-icons": "6.3.0",
"@fortawesome/free-solid-svg-icons": "6.3.0",
2022-11-25 20:25:03 +00:00
"@fortawesome/react-fontawesome": "0.2.0",
2023-02-23 20:08:40 +00:00
"@headlessui/react": "1.7.11",
2022-11-25 20:25:03 +00:00
"@heroicons/react": "1.0.6",
2023-01-12 18:21:32 +00:00
"@lezer/common": "1.0.2",
2022-12-12 21:01:31 +00:00
"@lezer/highlight": "1.1.3",
2023-01-25 18:36:42 +00:00
"@preact/signals-react": "1.2.2",
2022-11-25 20:25:03 +00:00
"axios": "0.27.2",
"boring-avatars": "1.7.0",
"chart.js": "3.9.1",
"classnames": "2.3.2",
2022-12-12 21:01:31 +00:00
"copy-to-clipboard": "3.3.3",
2022-11-25 20:25:03 +00:00
"date-fns": "2.29.3",
"debounce": "1.2.1",
2023-02-23 20:08:40 +00:00
"deepmerge-ts": "4.3.0",
"easy-peasy": "5.2.0",
2022-11-25 20:25:03 +00:00
"events": "3.3.0",
"formik": "2.2.9",
2023-02-23 20:08:40 +00:00
"framer-motion": "9.1.6",
"i18next": "22.4.10",
2023-01-25 18:36:42 +00:00
"i18next-http-backend": "2.1.1",
2022-12-12 21:01:31 +00:00
"i18next-multiload-backend-adapter": "2.2.0",
2023-02-23 20:08:40 +00:00
"nanoid": "4.0.1",
2022-11-25 20:25:03 +00:00
"qrcode.react": "3.1.0",
"react": "18.2.0",
2022-12-12 21:01:31 +00:00
"react-chartjs-2": "4.3.1",
2022-11-25 20:25:03 +00:00
"react-dom": "18.2.0",
"react-fast-compare": "3.2.0",
2023-02-23 20:08:40 +00:00
"react-i18next": "12.2.0",
"react-router-dom": "6.8.1",
"react-select": "5.7.0",
2022-11-25 20:25:03 +00:00
"reaptcha": "1.12.1",
"sockette": "2.0.6",
"styled-components": "5.3.6",
"styled-components-breakpoint": "3.0.0-preview.20",
2023-02-23 20:08:40 +00:00
"swr": "2.0.3",
2023-01-25 18:36:42 +00:00
"xterm": "5.1.0",
"xterm-addon-fit": "0.7.0",
"xterm-addon-search": "0.11.0",
2022-11-25 20:25:03 +00:00
"xterm-addon-search-bar": "0.2.0",
2023-01-25 18:36:42 +00:00
"xterm-addon-web-links": "0.8.0",
2023-02-23 20:08:40 +00:00
"yup": "1.0.0"
2018-06-04 00:40:35 +00:00
},
"devDependencies": {
2022-12-21 21:27:07 +00:00
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
2023-02-23 20:08:40 +00:00
"@testing-library/dom": "9.0.0",
"@testing-library/react": "14.0.0",
2022-11-25 20:25:03 +00:00
"@testing-library/user-event": "14.4.3",
"@types/debounce": "1.2.1",
"@types/events": "3.0.0",
2023-02-23 20:08:40 +00:00
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
2022-11-25 20:25:03 +00:00
"@types/styled-components": "5.1.26",
2023-02-23 20:08:40 +00:00
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@vitejs/plugin-react": "3.1.0",
2022-12-12 21:01:31 +00:00
"autoprefixer": "10.4.13",
2022-11-25 20:25:03 +00:00
"babel-plugin-styled-components": "2.0.7",
2022-12-12 21:01:31 +00:00
"babel-plugin-twin": "1.1.0",
2022-11-25 20:25:03 +00:00
"cross-env": "7.0.3",
2023-02-23 20:08:40 +00:00
"eslint": "8.34.0",
2023-01-25 18:36:42 +00:00
"eslint-config-prettier": "8.6.0",
2022-11-25 20:25:03 +00:00
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
2023-02-23 20:08:40 +00:00
"eslint-plugin-react": "7.32.2",
2022-11-25 20:25:03 +00:00
"eslint-plugin-react-hooks": "4.6.0",
2023-02-23 20:08:40 +00:00
"happy-dom": "8.7.2",
"laravel-vite-plugin": "0.7.4",
2023-01-25 18:36:42 +00:00
"pathe": "1.1.0",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
2023-02-23 20:08:40 +00:00
"postcss-nesting": "11.2.1",
"postcss-preset-env": "8.0.1",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.3",
2022-11-25 20:25:03 +00:00
"rimraf": "3.0.2",
2023-02-23 20:08:40 +00:00
"tailwindcss": "3.2.7",
2022-11-25 20:25:03 +00:00
"ts-essentials": "9.3.0",
"twin.macro": "2.8.2",
2023-02-23 20:08:40 +00:00
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.28.5"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"firefox esr",
"not dead"
],
"babelMacros": {
"twin": {
2022-11-25 20:25:03 +00:00
"config": "tailwind.config.js",
"preset": "styled-components"
},
"styledComponents": {
"pure": true,
"displayName": true,
"fileName": true
}
}
}