@vlalg-nimbus/nb-gtm
Version:
Gtm for Vuejs 3
91 lines (90 loc) • 2.48 kB
JSON
{
"name": "@vlalg-nimbus/nb-gtm",
"description": "Gtm for Vuejs 3",
"version": "4.0.1",
"type": "module",
"main": "./dist/nb-gtm.umd.js",
"module": "./dist/nb-gtm.js",
"exports": {
".": {
"import": "./dist/nb-gtm.js",
"require": "./dist/nb-gtm.umd.js",
"types": "./dist/index.d.ts"
},
"./dist/style.css": "./dist/style.css",
"./dist/images": "./dist/images"
},
"browser": {
"./dist/images": "./dist/images",
"./style.css": "./dist/style.css"
},
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"sideEffects": true,
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format:prettier": "prettier --write . '!**/*.{js,vue}'",
"npm:publish": "vite build && npm login && npm publish --access=public"
},
"dependencies": {
"@vlalg-nimbus/bee-css-reset": "^2.0.2",
"@vlalg-nimbus/chameleon-grid-layout": "^1.0.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"sass": "^1.69.0",
"typescript": "^5.8.3",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.2",
"vite-plugin-dts": "^4.5.3",
"vitest": "^0.34.4"
},
"peerDependencies": {
"vue": "^3.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/VemLavarALoucaGamers/vlalg-nimbus"
},
"bugs": {
"url": "https://github.com/VemLavarALoucaGamers/vlalg-nimbus/issues"
},
"homepage": "https://nimbus.tec.br",
"keywords": [
"vuejs",
"vue js",
"vue plugin",
"ga",
"gtm",
"google tag manager",
"google analytics",
"components",
"component",
"vue components",
"vuejs components",
"vue js components"
],
"author": "Antonio and Felipe <Vem Lavar a Louca Gamers> (https://vemlavaralouca.com.br)",
"contributors": [
"TonhaoSantos (https://github.com/TonhaoSantos)",
"Felipecss (https://github.com/lipecss)"
]
}