UNPKG

v-plausible

Version:
97 lines 2.63 kB
{ "name": "v-plausible", "type": "module", "version": "1.2.0", "packageManager": "pnpm@8.6.9", "description": "Plausible Analytics plugin for Vue or Nuxt", "author": "Mehmet - productdevbook <hi@productdevbook.com>", "license": "MIT", "funding": "https://github.com/sponsors/productdevbook", "homepage": "https://github.com/productdevbookcom/v-plausible", "repository": { "type": "git", "url": "https://github.com/productdevbookcom/v-plausible.git" }, "bugs": "https://github.com/productdevbookcom/v-plausible/issues", "keywords": [ "vue 3", "analytics", "plausible", "plausible analytics", "tracking", "vue", "nuxt", "nuxt 3" ], "exports": { ".": { "types": "./dist/types.d.ts", "import": "./dist/module.mjs", "require": "./dist/module.cjs" }, "./vue": { "types": "./dist/vue/index.d.ts", "import": "./dist/vue/index.mjs" } }, "main": "./dist/module.cjs", "types": "./dist/types.d.ts", "files": [ "dist" ], "engines": { "node": ">=16", "pnpm": ">=8" }, "peerDependencies": { "vue": ">=3.3.0" }, "dependencies": { "@nuxt/kit": "^3.7.4", "defu": "^6.1.2", "plausible-tracker": "^0.3.8" }, "devDependencies": { "@antfu/eslint-config": "1.0.0-beta.18", "@nuxt/module-builder": "^0.5.2", "@nuxt/schema": "^3.7.4", "@nuxt/test-utils": "^3.7.4", "@vitejs/plugin-vue": "^4.3.4", "@vitest/coverage-v8": "^0.34.6", "@vue-macros/volar": "^0.16.0", "@vue/test-utils": "^2.4.1", "bumpp": "^9.2.0", "eslint": "8.50.0", "happy-dom": "^12.4.0", "jsdom": "^22.1.0", "typescript": "^5.2.2", "unbuild": "^2.0.0", "unconfig": "^0.3.10", "unplugin-vue-macros": "^2.6.1", "vite": "^4.4.9", "vite-plugin-dts": "^3.6.0", "vitest": "^0.34.6", "vue": "^3.3.4" }, "publishConfig": { "access": "public" }, "resolutions": { "v-plausible": "link:.", "vue": "^3.3.4" }, "scripts": { "dev": "pnpm nuxi dev playground-nuxt", "build": "pnpm dev:prepare && pnpm nuxt-module-build", "dev:build": "nuxi build playground-nuxt", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground-nuxt", "play": "pnpm --filter playground-nuxt dev", "play:vue": "pnpm --filter playground-vue dev", "release": "pnpm build && bumpp --commit --push --tag && pnpm publish", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "pnpm build && vitest", "test:watch": "pnpm dev:prepare && vitest --watch", "coverage": "vitest run --coverage" } }