UNPKG

react-furigana

Version:

A simple React component for handling Japanese text with furigana.

70 lines 1.77 kB
{ "name": "react-furigana", "version": "1.3.6", "description": "A simple React component for handling Japanese text with furigana.", "license": "MIT", "repository": { "type": "git", "url": "https://gitlab.com/melmonroe/react-furigana.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "japanese", "furigana", "日本語", "ふりがな", "振り仮名", "ruby", "react" ], "type": "module", "main": "./dist/react-furigana.umd.cjs", "module": "./dist/react-furigana.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/react-furigana.js", "require": "./dist/react-furigana.umd.cjs" } }, "files": [ "dist", "package.json", "README.md" ], "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@testing-library/react": "^16.3.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.50.1", "@typescript-eslint/parser": "^8.50.1", "@vitejs/plugin-react": "^5.1.2", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^16.5.0", "jsdom": "^27.3.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.1", "vite": "^7.3.0", "vite-plugin-dts": "^4.5.4", "vitest": "^4.0.16" }, "scripts": { "dev": "vite", "test": "vitest", "coverage": "vitest run --coverage", "build": "tsc && vite build", "lint": "eslint src", "preview": "vite preview" } }