{ "name": "nezha-dash", "version": "2.6.2", "private": true, "scripts": { "dev": "next dev -p 3040", "start": "node .next/standalone/server.js", "lint": "biome lint", "lint:fix": "biome lint --fix", "format": "biome format --write .", "check": "biome check", "check:fix": "biome check --fix", "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/" }, "dependencies": { "@ducanh2912/next-pwa": "^10.2.9", "@heroicons/react": "^2.2.0", "@number-flow/react": "^0.5.5", "@radix-ui/react-dialog": "^1.1.5", "@radix-ui/react-dropdown-menu": "^2.1.5", "@radix-ui/react-label": "^2.1.1", "@radix-ui/react-navigation-menu": "^1.2.4", "@radix-ui/react-popover": "^1.1.5", "@radix-ui/react-progress": "^1.1.1", "@radix-ui/react-separator": "^1.1.1", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.7", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/d3-geo": "^3.1.0", "@types/luxon": "^3.4.2", "babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", "caniuse-lite": "^1.0.30001697", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.4", "country-flag-icons": "^1.5.14", "d3-geo": "^3.1.1", "d3-selection": "^3.0.0", "flag-icons": "^7.3.2", "i18n-iso-countries": "^7.13.0", "lucide-react": "^0.474.0", "luxon": "^3.5.0", "maxmind": "^4.3.24", "next": "^15.1.6", "next-auth": "^5.0.0-beta.25", "next-intl": "^3.26.3", "next-runtime-env": "^3.2.2", "next-themes": "^0.4.4", "react": "^19.0.0", "react-device-detect": "^2.2.3", "react-dom": "^19.0.0", "react-intersection-observer": "^9.15.1", "react-wrap-balancer": "^1.1.1", "recharts": "^2.15.1", "sharp": "^0.33.5", "swr": "^2.3.1", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@next/bundle-analyzer": "^15.1.6", "@tailwindcss/postcss": "^4.0.3", "@types/node": "^22.13.1", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", "tailwindcss": "^4.0.3", "typescript": "^5.7.3", "vercel": "^39.4.2" }, "overrides": { "react-is": "^19.0.0-rc-69d4b800-20241021" } }