react-lens-analytics
Version:
This is test button made for a tutorial
60 lines (59 loc) • 1.41 kB
JSON
{
"name": "react-lens-analytics",
"version": "4.1.3",
"description": "This is test button made for a tutorial",
"main": "dist/cjs/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "https://github.com/kartikmalik0/react-test-button-package.git"
},
"author": "kartik_malik",
"license": "MIT",
"type": "module",
"keywords": [
"analytics",
"react-analytics",
"nextjs-analytics",
"web-analytics",
"react",
"nextjs",
"tracking",
"metrics",
"statistics",
"user-tracking",
"page-views",
"react-components",
"analytics-dashboard",
"website-analytics",
"performance-monitoring",
"user-behavior",
"real-time-analytics",
"visitor-tracking",
"analytics-tool",
"react-lens"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/react": "^18.2.15",
"@types/uuid": "^10.0.0",
"react": "^18.0.0 || ^19.0.0",
"rollup": "^3.26.3",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "^18.0.0"
}
}