mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 08:55:54 +08:00
add hotjar
This commit is contained in:
Binary file not shown.
@@ -9,6 +9,7 @@ export default defineNuxtConfig({
|
||||
'nuxt-aos',
|
||||
'@pinia/nuxt',
|
||||
'nuxt-mongoose',
|
||||
'nuxt-module-hotjar',
|
||||
],
|
||||
aos: {once: true, duration: 600, easing: 'ease-out'},
|
||||
app: {head: {link: [{rel: 'icon', type: 'image/jpeg', href: '/img/logo.jpeg'}]}},
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"nuxt": "^4.1.1",
|
||||
"nuxt-aos": "1.2.5",
|
||||
"nuxt-module-hotjar": "1.3.4",
|
||||
"nuxt-mongoose": "1.0.6",
|
||||
"openai": "^4.66.0",
|
||||
"pinia": "^3.0.3",
|
||||
|
||||
21
yarn.lock
21
yarn.lock
@@ -765,6 +765,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@hotjar/browser@npm:^1.0.9":
|
||||
version: 1.0.9
|
||||
resolution: "@hotjar/browser@npm:1.0.9"
|
||||
checksum: 10c0/9dee998245031729ef79f0087cbd5bad99bf04de981f88fe40f62e998db2907f36182c703e92e6af0073c62962774c98edc790cd7d5f62c1c0399357b7c70b51
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@iconify-json/carbon@npm:^1.1.27":
|
||||
version: 1.2.13
|
||||
resolution: "@iconify-json/carbon@npm:1.2.13"
|
||||
@@ -1201,7 +1208,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/kit@npm:4.1.2":
|
||||
"@nuxt/kit@npm:4.1.2, @nuxt/kit@npm:^4.1.1":
|
||||
version: 4.1.2
|
||||
resolution: "@nuxt/kit@npm:4.1.2"
|
||||
dependencies:
|
||||
@@ -6786,6 +6793,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nuxt-module-hotjar@npm:1.3.4":
|
||||
version: 1.3.4
|
||||
resolution: "nuxt-module-hotjar@npm:1.3.4"
|
||||
dependencies:
|
||||
"@hotjar/browser": "npm:^1.0.9"
|
||||
"@nuxt/kit": "npm:^4.1.1"
|
||||
defu: "npm:^6.1.4"
|
||||
checksum: 10c0/cd4bb0a8b321d96611315681a82eb0e9d896b837540b8cc508cbe4cebd4821641cbcb752ad791675cec5346225431907181165a717e5175d6fa55d4772ced128
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nuxt-mongoose@npm:1.0.6":
|
||||
version: 1.0.6
|
||||
resolution: "nuxt-mongoose@npm:1.0.6"
|
||||
@@ -7044,6 +7062,7 @@ __metadata:
|
||||
fluent-ffmpeg: "npm:^2.1.3"
|
||||
nuxt: "npm:^4.1.1"
|
||||
nuxt-aos: "npm:1.2.5"
|
||||
nuxt-module-hotjar: "npm:1.3.4"
|
||||
nuxt-mongoose: "npm:1.0.6"
|
||||
openai: "npm:^4.66.0"
|
||||
pinia: "npm:^3.0.3"
|
||||
|
||||
Reference in New Issue
Block a user