{ "name": "cabinet-frontend", "private": true, "version": "1.7.0", "description": "Remnawave Bedolaga Web App", "license": "AGPL-3.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"", "type-check": "tsc --noEmit", "preview": "vite preview", "prepare": "husky" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@kastov/cryptohapp": "^1.1.2", "@lottiefiles/dotlottie-react": "^0.8.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-visually-hidden": "^1.2.4", "@tanstack/react-query": "^5.8.0", "@telegram-apps/sdk-react": "^3.3.9", "axios": "^1.6.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "dompurify": "^3.3.1", "framer-motion": "^12.29.2", "i18next": "^23.7.0", "i18next-browser-languagedetector": "^7.2.0", "jsencrypt": "^3.5.4", "ogl": "^1.0.11", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^13.5.0", "react-router-dom": "^6.30.3", "tailwind-merge": "^3.4.0", "zustand": "^4.4.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/dompurify": "^3.0.5", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^5.1.2", "autoprefixer": "^10.4.16", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^17.1.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "postcss": "^8.4.31", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^3.3.5", "typescript": "^5.2.2", "typescript-eslint": "^8.54.0", "vite": "^7.3.1" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write" ], "*.{css,json}": [ "prettier --write" ] } }