{ "name": "starset-mirror-homepage", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsx scripts/check-translations.ts && vite build && tsx scripts/generate-rss.ts && tsx scripts/generate-sitemap.ts", "lint": "eslint .", "preview": "vite preview", "check-translations": "tsx scripts/check-translations.ts" }, "dependencies": { "@ant-design/icons": "^5.6.0", "@tanstack/react-query": "^5.66.0", "antd": "^5.23.3", "artalk": "^2.9.1", "clsx": "^2.1.1", "feed": "^4.2.2", "i18next": "^23.16.8", "i18next-browser-languagedetector": "^7.2.2", "lucide-react": "^0.344.0", "marked": "^15.0.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-i18next": "^14.1.3", "react-icons": "^5.4.0", "react-router-dom": "^6.29.0" }, "devDependencies": { "@eslint/js": "^9.19.0", "@tailwindcss/typography": "^0.5.16", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "chalk": "^5.4.1", "eslint": "^9.19.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "fs-extra": "^11.3.0", "glob": "^11.0.1", "globals": "^15.14.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "tsx": "^4.19.2", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0", "vite": "^5.4.14", "xml2js": "^0.6.2" } }