{ "name": "nezha-dash", "version": "2.1.0", "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/", "build-dev": "next build", "start-dev": "next start" }, "dependencies": { "@ducanh2912/next-pwa": "^10.2.9", "@heroicons/react": "^2.2.0", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-label": "^2.1.1", "@radix-ui/react-navigation-menu": "^1.2.3", "@radix-ui/react-popover": "^1.1.4", "@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.6", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@turf/turf": "^7.2.0", "@types/d3-geo": "^3.1.0", "@types/luxon": "^3.4.2", "@typescript-eslint/eslint-plugin": "^8.19.0", "caniuse-lite": "^1.0.30001690", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "country-flag-icons": "^1.5.13", "d3-geo": "^3.1.1", "d3-selection": "^3.0.0", "eslint-plugin-simple-import-sort": "^12.1.1", "flag-icons": "^7.2.3", "lucide-react": "^0.454.0", "luxon": "^3.5.0", "maxmind": "^4.3.23", "next": "^15.1.3", "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.14.1", "react-wrap-balancer": "^1.1.1", "recharts": "^2.15.0", "sharp": "^0.33.5", "swr": "^2.3.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "typescript-eslint": "^8.19.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@next/bundle-analyzer": "^15.1.3", "@tailwindcss/postcss": "^4.0.0-beta.8", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "eslint-config-next": "^15.1.3", "eslint-plugin-turbo": "^2.3.3", "eslint-plugin-unused-imports": "^4.1.4", "postcss": "^8.4.49", "tailwindcss": "^4.0.0-beta.8", "typescript": "^5.7.2", "vercel": "^39.2.2" }, "overrides": { "react-is": "^19.0.0-rc-69d4b800-20241021" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }