Remnawave_frontend/package.json

179 lines
6 KiB
JSON

{
"name": "@remnawave/frontend",
"private": false,
"type": "module",
"version": "2.0.1",
"license": "AGPL-3.0-only",
"author": "REMNAWAVE <github.com/remnawave>",
"homepage": "https://github.com/remnawave",
"repository": {
"type": "git",
"url": "https://github.com/remnawave/frontend"
},
"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 . --ext .ts,.tsx --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.20",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@gfazioli/mantine-list-view-table": "1.0.0",
"@gfazioli/mantine-text-animate": "^2.1.3",
"@lukemorales/query-key-factory": "^1.3.4",
"@mantine/carousel": "^8.2.1",
"@mantine/charts": "^8.2.1",
"@mantine/code-highlight": "^8.2.1",
"@mantine/core": "^8.2.1",
"@mantine/dates": "^8.2.1",
"@mantine/dropzone": "^8.2.1",
"@mantine/form": "^8.2.1",
"@mantine/hooks": "^8.2.1",
"@mantine/modals": "^8.2.1",
"@mantine/notifications": "^8.2.1",
"@mantine/nprogress": "^8.2.1",
"@monaco-editor/react": "^4.7.0",
"@paralleldrive/cuid2": "2.2.2",
"@remnawave/backend-contract": "2.0.0",
"@stablelib/base64": "^2.0.1",
"@stablelib/x25519": "^2.0.1",
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@tanstack/react-virtual": "^3.13.12",
"axios": "^1.9.0",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"color-hash": "^2.0.2",
"consola": "^3.4.2",
"country-flag-emoji-polyfill": "^0.1.8",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"generate-password-ts": "^1.6.5",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"json-edit-react": "^1.28.2",
"lodash": "^4.17.21",
"mantine-datatable": "^8.1.3",
"mantine-form-zod-resolver": "^1.3.0",
"mantine-react-table": "^2.0.0-beta.9",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0",
"motion": "12.16.0",
"nanoid": "^5.1.5",
"react": "^19.1.0",
"react-country-flag": "^3.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-i18next": "^15.5.2",
"react-icons": "^5.5.0",
"react-imask": "^7.6.1",
"react-router-dom": "6.27.0",
"recharts": "^2.15.3",
"semver": "^7.7.2",
"tiny-invariant": "^1.3.3",
"ufo": "^1.6.1",
"uqr": "^0.1.2",
"vite-plugin-deadfile": "^1.4.0",
"vite-plugin-ejs": "^1.7.0",
"xbytes": "^1.9.1",
"zod": "^3.25.55",
"zustand": "^5.0.6"
},
"devDependencies": {
"@crowdin/cli": "^4.9.0",
"@eslint/compat": "^1.2.9",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@swc/core": "^1.12.14",
"@types/byte-size": "^8.1.2",
"@types/bytes": "^3.1.5",
"@types/color-hash": "^2.0.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.18",
"@types/mdx": "^2.0.13",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitejs/plugin-react-swc": "^3.10.1",
"cross-env": "^7.0.3",
"dependency-cruiser": "^16.10.2",
"eslint": "^9.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-perfectionist": "^4.14.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^16.2.0",
"i18next-resources-for-ts": "^1.6.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.4",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.5.3",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^5.14.0",
"steiger": "^0.5.7",
"stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^14.0.0",
"terser": "^5.43.1",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vite": "7.0.4",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-preload": "^0.4.2",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-splash-screen": "^0.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-wasm": "^3.5.0",
"vite-plugin-webfont-dl": "^3.11.0",
"vite-tsconfig-paths": "^5.1.4"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"overrides": {
"node-plop": {
"inquirer": "9.3.5"
}
}
}