feats: realtime globe and visits charts

This commit is contained in:
oiov
2025-05-24 17:28:25 +08:00
parent 6e8b1ccefd
commit a1cd74e90f
24 changed files with 28047 additions and 141 deletions
+12
View File
@@ -21,6 +21,7 @@
"dependencies": {
"@auth/prisma-adapter": "^2.4.1",
"@hookform/resolvers": "^3.9.0",
"@mantine/hooks": "^8.0.1",
"@prisma/client": "^5.17.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
@@ -55,6 +56,10 @@
"@react-email/html": "0.0.8",
"@scaleway/random-name": "^5.1.1",
"@t3-oss/env-nextjs": "^0.11.0",
"@types/d3-scale": "^4.0.9",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.176.0",
"@typescript-eslint/parser": "^7.16.1",
"@uiw/react-json-view": "2.0.0-alpha.26",
"@unovis/react": "^1.4.3",
@@ -69,9 +74,13 @@
"concurrently": "^8.2.2",
"contentlayer2": "^0.5.0",
"crypto": "^1.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^12.5.0",
"globe.gl": "^2.41.4",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.414.0",
"lucide-static": "^0.460.0",
"minimist": "^1.2.8",
@@ -88,10 +97,12 @@
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-country-flag": "^3.1.0",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-email": "2.1.5",
"react-globe.gl": "^2.33.2",
"react-hook-form": "^7.52.1",
"react-quill": "^2.0.0",
"react-textarea-autosize": "^8.5.3",
@@ -103,6 +114,7 @@
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.176.0",
"turndown": "^7.2.0",
"ua-parser-js": "^1.0.38",
"vaul": "^0.9.1",