vercel analytics ➡️ umami

This commit is contained in:
2025-03-11 14:28:29 -04:00
parent fa54a4f978
commit 125a6932c2
17 changed files with 151 additions and 170 deletions
+7 -8
View File
@@ -16,20 +16,19 @@
"start": "next start",
"lint": "next lint --no-cache",
"typecheck": "tsc",
"postinstall": "prisma generate"
"postinstall": "prisma generate --no-hints"
},
"dependencies": {
"@emotion/hash": "^0.9.2",
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.2.2-canary.6",
"@next/mdx": "15.2.2-canary.6",
"@next/third-parties": "15.2.2-canary.6",
"@next/bundle-analyzer": "15.2.2-canary.7",
"@next/mdx": "15.2.2-canary.7",
"@next/third-parties": "15.2.2-canary.7",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.4.1",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
@@ -37,7 +36,7 @@
"fast-glob": "^3.3.3",
"feed": "^4.2.2",
"modern-normalize": "^3.0.1",
"next": "15.2.2-canary.6",
"next": "15.2.2-canary.7",
"obj-str": "^1.1.0",
"p-map": "^7.0.3",
"p-memoize": "^7.1.1",
@@ -79,7 +78,7 @@
"@types/react-is": "^19.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-next": "15.2.2-canary.6",
"eslint-config-next": "15.2.2-canary.7",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -100,7 +99,7 @@
"engines": {
"node": ">=20.x"
},
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3",
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"cacheDirectories": [
"node_modules",
".next/cache"