Skip to content

Commit

Permalink
feat: ms clarity + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Nov 27, 2023
1 parent ba81823 commit a9aaa83
Show file tree
Hide file tree
Showing 3 changed files with 1,984 additions and 1,357 deletions.
10 changes: 10 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ export default defineNuxtConfig({

app: {
head: {
script: [
{
innerHTML: `
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "jx23tb4eg4");`,
},
],
meta: [
{
name: 'viewport',
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,44 @@
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@cloudflare/workers-types": "^4.20231016.0",
"@growthbook/growthbook": "^0.29.0",
"@cloudflare/workers-types": "^4.20231121.0",
"@growthbook/growthbook": "^0.31.0",
"@libsql/client": "^0.3.6",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.9.0",
"@nuxt/ui": "^2.11.0",
"@paralleldrive/cuid2": "^2.2.2",
"@simplewebauthn/browser": "^8.3.1",
"@simplewebauthn/server": "^8.3.2",
"@tanstack/query-persist-client-core": "^5.0.0",
"@tanstack/query-sync-storage-persister": "^5.0.0",
"@tanstack/vue-query": "^5.0.4",
"@ts-rest/core": "^3.30.4",
"@ts-rest/vue-query": "^3.30.4",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"@tanstack/query-persist-client-core": "^5.8.7",
"@tanstack/query-sync-storage-persister": "^5.8.7",
"@tanstack/vue-query": "^5.8.7",
"@ts-rest/core": "^3.30.5",
"@ts-rest/vue-query": "^3.30.5",
"@vite-pwa/assets-generator": "^0.0.11",
"@vite-pwa/nuxt": "^0.3.2",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"@vueuse/nuxt": "^10.6.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"eslint": "^8.52.0",
"firebase": "^10.5.0",
"drizzle-kit": "^0.20.6",
"drizzle-orm": "^0.29.0",
"eslint": "^8.54.0",
"firebase": "^10.6.0",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.0",
"html5-qrcode": "^2.3.8",
"jose": "^4.15.4",
"lint-staged": "^15.0.2",
"jose": "^5.1.1",
"lint-staged": "^15.1.0",
"material-icons": "^1.13.12",
"nuxt": "^3.8.0",
"nuxt-vuefire": "^0.4.0",
"nuxt": "^3.8.2",
"nuxt-vuefire": "^0.4.1",
"qrcode": "^1.5.3",
"simple-git": "^3.20.0",
"simple-git": "^3.21.0",
"simple-git-hooks": "^2.9.0",
"vue-tsc": "^1.8.19",
"vuefire": "^3.1.17",
"vue-tsc": "^1.8.22",
"vuefire": "^3.1.18",
"web-auth-library": "^1.0.3",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit a9aaa83

Please # to comment.