Remnawave_frontend/package.json

197 lines
6.6 KiB
JSON

{
"name": "@remnawave/frontend",
"private": false,
"type": "module",
"version": "2.7.4",
"license": "AGPL-3.0-only",
"author": "REMNAWAVE <github.com/remnawave>",
"homepage": "https://github.com/remnawave",
"repository": {
"type": "git",
"url": "git+https://github.com/remnawave/frontend.git"
},
"bugs": {
"url": "https://github.com/remnawave/frontend/issues"
},
"scripts": {
"start:dev": "vite",
"start:build": "NODE_ENV=production tsc && vite build",
"cb": "vite build",
"start:preview": "vite preview --port 3333",
"serve": "NODE_ENV=production tsc && vite build && vite preview --port 3333",
"serve:dev": "tsc && vite build && vite preview --port 3333",
"serve:loc": "tsc && vite build && vite preview --port 3333",
"typecheck": "tsc --noEmit",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint . --cache",
"lint:stylelint": "stylelint '**/*.css' --cache",
"prettier": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/favicons/logo.svg",
"toc": "i18next-resources-for-ts toc -i ./public/locales/en -o @types/resources.ts",
"crowdin:download": "crowdin download translations --language=af --branch=dev",
"crowdin:upload": "crowdin upload sources --branch=dev"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/helpers": "^0.1.21",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.9.0",
"@gfazioli/mantine-list-view-table": "1.2.4",
"@gfazioli/mantine-split-pane": "^3.0.0",
"@gfazioli/mantine-text-animate": "^2.4.2",
"@highcharts/react": "4.1.0",
"@lottiefiles/dotlottie-react": "^0.18.7",
"@lukemorales/query-key-factory": "^1.3.4",
"@mantine/carousel": "8.3.18",
"@mantine/charts": "8.3.18",
"@mantine/code-highlight": "8.3.18",
"@mantine/core": "8.3.18",
"@mantine/dates": "8.3.18",
"@mantine/dropzone": "8.3.18",
"@mantine/form": "8.3.18",
"@mantine/hooks": "8.3.18",
"@mantine/modals": "8.3.18",
"@mantine/notifications": "8.3.18",
"@mantine/nprogress": "8.3.18",
"@mantine/spotlight": "8.3.18",
"@monaco-editor/react": "^4.7.0",
"@noble/post-quantum": "^0.5.4",
"@paralleldrive/cuid2": "3.3.0",
"@remnawave/backend-contract": "2.7.2",
"@remnawave/node-plugins": "0.4.4",
"@remnawave/subscription-page-types": "0.4.0",
"@simplewebauthn/browser": "^13.2.2",
"@stablelib/base64": "^2.0.1",
"@stablelib/x25519": "^2.0.1",
"@tabler/icons-react": "^3.41.0",
"@tanstack/react-query": "5.85.9",
"@tanstack/react-query-devtools": "5.85.9",
"@tanstack/react-virtual": "3.13.23",
"@virtuoso.dev/masonry": "^1.4.3",
"axios": "^1.13.6",
"clsx": "^2.1.1",
"color-hash": "^2.0.2",
"consola": "^3.4.2",
"country-flag-emoji-polyfill": "^0.1.8",
"dayjs": "^1.11.20",
"dotenv": "^17.3.1",
"highcharts": "^12.4.0",
"i18next": "^25.10.10",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"is-svg": "^6.1.0",
"json-edit-react": "^1.29.0",
"lodash": "^4.17.23",
"mantine-datatable": "8.3.13",
"mantine-form-zod-resolver": "^1.3.0",
"mantine-react-table": "^2.0.0-beta.9",
"modern-screenshot": "^4.6.8",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.1",
"motion": "12.23.26",
"nanoid": "^5.1.6",
"react": "^19.2.4",
"react-country-flag": "^3.1.0",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.0.3",
"react-i18next": "^16.6.6",
"react-icons": "^5.6.0",
"react-imask": "^7.6.1",
"react-layout-masonry": "^2.0.0",
"react-markdown": "^10.1.0",
"react-router-dom": "6.27.0",
"react-virtuoso": "^4.18.3",
"recharts": "2.15.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"semver": "^7.7.4",
"tiny-invariant": "^1.3.3",
"ufo": "^1.6.3",
"uqr": "^0.1.2",
"xbytes": "^1.9.1",
"zod": "3.25.76",
"zod-to-json-schema": "3.24.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@crowdin/cli": "^4.14.0",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@stylistic/eslint-plugin": "^5.9.0",
"@swc/core": "^1.15.11",
"@types/byte-size": "^8.1.2",
"@types/bytes": "^3.1.5",
"@types/color-hash": "^2.0.0",
"@types/lodash": "^4.17.23",
"@types/mdx": "^2.0.13",
"@types/node": "^22.15.30",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-json-editor-ajrm": "^2.5.6",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.1.4",
"@vitejs/plugin-react-swc": "^4.2.3",
"cross-env": "^10.1.0",
"dependency-cruiser": "^17.3.8",
"eslint": "^9.39.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-perfectionist": "4.15.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.3.0",
"i18next-resources-for-ts": "^2.0.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.8.1",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^7.0.0",
"steiger": "^0.5.11",
"stylelint": "^17.3.0",
"stylelint-config-standard-scss": "^17.0.0",
"terser": "^5.46.0",
"typesafe-i18n": "^5.27.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "7.3.1",
"vite-plugin-deadfile": "^1.4.0",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-preload": "^0.4.4",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-splash-screen": "^0.2.2",
"vite-plugin-svgr": "^4.5.0",
"vite-plugin-wasm": "^3.5.0",
"vite-plugin-webfont-dl": "^3.12.0",
"vite-tsconfig-paths": "^6.1.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"overrides": {
"node-plop": {
"inquirer": "9.3.5"
},
"eslint-plugin-react-hooks": {
"zod-validation-error": "^4.0.0"
}
}
}