chore: remove Vercel analytics script
This commit is contained in:
parent
f8ea9086e3
commit
5ad4357633
3 changed files with 0 additions and 31 deletions
|
@ -3,7 +3,6 @@ import { Poppins } from "next/font/google";
|
|||
import "./globals.css";
|
||||
import { ThemeProvider } from "@/components/shared/providers/themeprovider";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
const poppins = Poppins({
|
||||
weight: ["400", "600", "700", "900"],
|
||||
|
@ -56,7 +55,6 @@ export default function RootLayout({
|
|||
>
|
||||
{children}
|
||||
<Toaster />
|
||||
<Analytics />
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
|
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -35,7 +35,6 @@
|
|||
"@types/nodemailer": "^6.4.15",
|
||||
"@uiw/react-md-editor": "^4.0.4",
|
||||
"@uploadthing/react": "^6.6.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"bcrypt": "^5.1.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
|
@ -10452,27 +10451,6 @@
|
|||
"std-env": "^3.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@vercel/analytics": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.3.1.tgz",
|
||||
"integrity": "sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"server-only": "^0.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": ">= 13",
|
||||
"react": "^18 || ^19"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"next": {
|
||||
"optional": true
|
||||
},
|
||||
"react": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@vercel/stega": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@vercel/stega/-/stega-0.1.2.tgz",
|
||||
|
@ -32105,12 +32083,6 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/server-only": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
|
||||
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/set-blocking": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
"@types/nodemailer": "^6.4.15",
|
||||
"@uiw/react-md-editor": "^4.0.4",
|
||||
"@uploadthing/react": "^6.6.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"bcrypt": "^5.1.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
Loading…
Reference in a new issue