UNPKG

@koiztech/next-yandex-metrika

Version:
56 lines (55 loc) 1.22 kB
{ "name": "@koiztech/next-yandex-metrika", "version": "0.0.8", "description": "Yandex Metrika for Next.js >= 14", "keywords": [ "next.js", "yandex", "metrika", "analytics" ], "author": "Oleg Korol <oleg@olegkorol.de>", "license": "MIT", "private": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "README_ru.md" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "prepublishOnly": "pnpm build", "build": "rm -rf dist && tsup", "push": "yalc push", "lint": "eslint src --fix" }, "peerDependencies": { "next": "^14.2.25", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^9", "eslint-config-next": "14.2.25", "postcss": "^8", "tailwindcss": "^3.4.1", "tsup": "^8.3.5", "typescript": "^5" }, "repository": { "type": "git", "url": "git+https://github.com/olegkorol/next-yandex-metrika.git" } }