nuxt-gtag
Version:
Natively integrates Google Tag into Nuxt
68 lines (67 loc) • 1.67 kB
JSON
{
"name": "nuxt-gtag",
"type": "module",
"version": "3.0.3",
"packageManager": "pnpm@10.11.1",
"description": "Natively integrates Google Tag into Nuxt",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://github.com/johannschopplich/nuxt-gtag#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/nuxt-gtag.git"
},
"bugs": "https://github.com/johannschopplich/nuxt-gtag/issues",
"keywords": [
"analytics",
"google",
"gtag",
"gtm",
"nuxt"
],
"exports": {
".": {
"types": "./dist/types.d.mts",
"default": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/types.d.mts"
]
}
},
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:types": "tsc --noEmit",
"release": "bumpp"
},
"dependencies": {
"@nuxt/kit": "^3.17.5",
"defu": "^6.1.4",
"pathe": "^2.0.3",
"ufo": "^1.6.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.3",
"@nuxt/module-builder": "^1.0.1",
"@nuxt/schema": "^3.17.5",
"@types/node": "^22.15.29",
"bumpp": "^10.1.1",
"eslint": "^9.28.0",
"eslint-plugin-perfectionist": "^4.14.0",
"nuxt": "^3.17.5",
"typescript": "^5.8.3"
}
}