enable vercel analytics

This commit is contained in:
2023-06-17 20:14:43 -04:00
parent cab79559e6
commit afbdcc7b06
23 changed files with 3046 additions and 2049 deletions
+39 -36
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
@@ -19,40 +19,42 @@
"dependencies": {
"@giscus/react": "^2.2.8",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@novnc/novnc": "github:novnc/novnc#747603c0d5bbdc8ac31b81f7a1b31291a397d280",
"@octokit/graphql": "^5.0.5",
"@octokit/graphql-schema": "^14.1.0",
"@primer/octicons": "^18.3.0",
"@prisma/client": "^4.12.0",
"@novnc/novnc": "git+https://git@github.com/novnc/novnc#e8ad466e45a21598debe81824744d85ff2323c7b",
"@octokit/graphql": "^5.0.6",
"@octokit/graphql-schema": "^14.11.0",
"@primer/octicons": "^19.3.0",
"@prisma/client": "^4.15.0",
"@react-spring/web": "^9.7.2",
"@sentry/node": "^7.47.0",
"@sentry/tracing": "^7.47.0",
"@sentry/node": "^7.55.2",
"@sentry/tracing": "^7.55.2",
"@stitches/react": "^1.2.8",
"@vercel/analytics": "^1.0.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"dayjs": "^1.11.8",
"fast-glob": "^3.2.12",
"fathom-client": "^3.5.0",
"feather-icons": "^4.29.0",
"feed": "^4.2.2",
"formik": "^2.2.9",
"formik": "^2.4.2",
"gray-matter": "^4.0.3",
"hex-to-rgba": "^2.0.1",
"marked": "^4.3.0",
"next": "13.3.0",
"marked": "^5.1.0",
"marked-smartypants": "^1.0.2",
"next": "13.4.6",
"next-mdx-remote": "^4.4.1",
"next-seo": "^5.15.0",
"next-seo": "^6.0.0",
"obj-str": "^1.1.0",
"p-map": "^5.5.0",
"p-map": "^6.0.0",
"p-memoize": "^7.1.1",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.3",
"react-error-boundary": "^4.0.10",
"react-gist": "^1.2.4",
"react-innertext": "^1.1.5",
"react-intersection-observer": "^9.4.3",
"react-intersection-observer": "^9.5.0",
"react-is": "18.2.0",
"react-player": "~2.10.1",
"react-textarea-autosize": "^8.4.1",
@@ -63,40 +65,41 @@
"remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1",
"remove-markdown": "^0.5.0",
"simple-icons": "^8.10.0",
"simple-icons": "^9.1.0",
"sitemap": "^7.1.1",
"swr": "^2.1.3"
"stitches-normalize": "^2.0.0",
"swr": "^2.1.5"
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
"@svgr/webpack": "^7.0.0",
"@svgr/webpack": "^8.0.1",
"@types/comma-number": "^2.1.0",
"@types/marked": "^4.0.8",
"@types/marked": "^5.0.0",
"@types/node": "*",
"@types/novnc__novnc": "^1.3.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-is": "^17.0.3",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react-is": "^18.2.0",
"@types/remove-markdown": "^0.3.1",
"@types/uglify-js": "^3.17.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"cross-env": "^7.0.3",
"eslint": "~8.38.0",
"eslint-config-next": "13.3.0",
"eslint": "~8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-mdx": "~2.0.5",
"eslint-plugin-mdx": "~2.1.0",
"eslint-plugin-prettier": "~4.2.1",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"prisma": "^4.12.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"uglify-js": "^3.17.4"
},
"optionalDependencies": {
"sharp": "^0.32.0"
"sharp": "^0.32.1"
},
"engines": {
"node": ">=16.x"
@@ -113,9 +116,9 @@
"eslint"
]
},
"packageManager": "npm@9.6.4",
"packageManager": "npm@9.7.1",
"volta": {
"node": "18.16.0",
"npm": "9.6.4"
"npm": "9.7.1"
}
}