UNPKG

@axiomhq/react

Version:
81 lines 2.02 kB
{ "name": "@axiomhq/react", "version": "0.1.4", "description": "The official React package for Axiom", "author": "Axiom, Inc.", "license": "MIT", "contributors": [ "Lukas Malkmus <lukas@axiom.co>", "Islam Shehata <islam@axiom.co>", "Arne Bahlo <arne@axiom.co>", "Gabriel De Andrade <gabriel@axiom.co>" ], "type": "module", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/axiomhq/axiom-js.git" }, "keywords": [ "axiom", "api", "rest", "client", "axiom-react", "axiom sdk", "axiom js", "react", "logging" ], "bugs": { "url": "https://github.com/axiomhq/axiom-js/issues" }, "homepage": "https://github.com/axiomhq/axiom-js/blob/main/packages/react/README.md", "dependencies": { "use-deep-compare": "^1.3.0", "web-vitals": "^4.2.4" }, "devDependencies": { "@tanstack/config": "^0.16.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/react-hooks": "^8.0.1", "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^4.3.4", "happy-dom": "^16.7.3", "react": "^19.1.0", "react-dom": "^19.1.0", "vite": "^5.2.14", "vitest": "^0.34.6", "@axiomhq/logging": "0.1.4", "@repo/eslint-config": "0.0.0" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19", "@axiomhq/logging": "0.1.4" }, "scripts": { "build": "vite build", "format": "eslint . --fix", "lint": "eslint .", "test": "vitest", "test:watch": "vitest watch" } }