UNPKG

@sergiodxa/analytics

Version:

Use my own analytics service to track events

36 lines (35 loc) 885 B
{ "name": "@sergiodxa/analytics", "description": "Use my own analytics service to track events", "version": "1.1.0", "main": "lib/index.js", "repository": "sergiodxa/personal-packages", "bugs": "https://github.com/sergiodxa/personal-packages/issues", "author": "Sergio Xalambrí <hello@sergiodxa.com> (https://sergiodxa.com)", "license": "MIT", "scripts": { "build": "babel ./src --out-dir lib" }, "keywords": [ "sergiodxa", "analytics", "react", "hoc", "high order component" ], "files": [ "lib" ], "dependencies": { "babel-runtime": "^6.26.0", "isomorphic-fetch": "^2.2.1", "react": "^16.3.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1" } }