UNPKG

react-external-link

Version:

[![Build Status](https://img.shields.io/github/actions/workflow/status/acelaya/react-external-link/ci.yml?branch=main&logo=github&style=flat-square)](https://github.com/acelaya/react-external-link/actions/workflows/ci.yml) [![Code Coverage](https://img.sh

68 lines (67 loc) 1.82 kB
{ "name": "react-external-link", "license": "MIT", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "url": "git+https://github.com/acelaya/react-external-link.git", "type": "git" }, "author": { "name": "Alejandro Celaya", "email": "alejandro@alejandrocelaya.com", "url": "https://www.alejandrocelaya.com" }, "keywords": [ "react", "link", "external", "target", "noopener", "noreferrer" ], "scripts": { "build": "vite build", "test": "vitest run", "test:ci": "npm run test -- --coverage", "lint": "eslint ./src ./test vite.config.ts", "lint:fix": "npm run lint -- --fix", "types": "tsc" }, "devDependencies": { "@shlinkio/eslint-config-js-coding-standard": "~3.7.0", "@stylistic/eslint-plugin": "^5.7.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/node": "^25.6.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "@vitest/browser": "^4.1.5", "@vitest/browser-playwright": "^4.1.2", "@vitest/coverage-v8": "^4.1.2", "axe-core": "^4.11.4", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-simple-import-sort": "^12.1.1", "playwright": "^1.59.1", "typescript": "^6.0.3", "typescript-eslint": "^8.58.0", "unplugin-dts": "^1.0.0", "vite": "^8.0.11", "vitest": "^4.0.1" }, "peerDependencies": { "react": "^19.0", "react-dom": "^19.0" }, "files": [ "dist" ], "version": "2.7.0" }